Merge "Fix lint issue"
This commit is contained in:
commit
421b815069
@ -22,5 +22,6 @@
|
|||||||
# Make sure OS does not have a stale package cache.
|
# Make sure OS does not have a stale package cache.
|
||||||
- name: Update apt cache
|
- name: Update apt cache
|
||||||
become: yes
|
become: yes
|
||||||
command: apt-get update
|
apt:
|
||||||
|
update_cache: yes
|
||||||
when: ansible_os_family == 'Debian'
|
when: ansible_os_family == 'Debian'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user