catchup
This commit is contained in:
@@ -84,9 +84,10 @@
|
||||
- name: Set up pacman.conf
|
||||
vars:
|
||||
ansible_become_password: "{{ passwords[inventory_hostname] }}"
|
||||
ignorepkg: "{{ holdpackages | default('') }}"
|
||||
become: yes
|
||||
copy:
|
||||
src: pacman.conf
|
||||
template:
|
||||
src: pacman.conf.j2
|
||||
dest: /etc/pacman.conf
|
||||
owner: root
|
||||
group: root
|
||||
|
@@ -23,7 +23,7 @@ CleanMethod = KeepCurrent
|
||||
Architecture = auto
|
||||
|
||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
||||
IgnorePkg = mediawiki
|
||||
IgnorePkg = {{ ignorepkg }}
|
||||
# IgnoreGroup =
|
||||
|
||||
#NoUpgrade =
|
Reference in New Issue
Block a user