changes
This commit is contained in:
parent
e60c5c821c
commit
14d6c830ad
@ -4,12 +4,12 @@
|
||||
|
||||
pre_tasks:
|
||||
- name: Update repository (Archlinux)
|
||||
pacman: update_cache: yes
|
||||
pacman: update_cache=yes
|
||||
changed_when: False
|
||||
when: ansible_os_family == "Archlinux"
|
||||
|
||||
- name: Update repository (Debian like)
|
||||
apt: update_cache: yes
|
||||
apt: update_cache=yes
|
||||
changed_when: False
|
||||
when: ansible_os_family == "Debian"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user