Merge pull request 'refs #8025: - Adding update cache before install' (!52) from 8025-Minor_fixes_awx_debian_deploy into main
Reviewed-on: #52 Reviewed-by: Juan Ferrer <juan@verdnatura.es>
This commit is contained in:
commit
f5afa8e47f
|
@ -1,3 +1,6 @@
|
|||
- name: Update apt cache
|
||||
apt:
|
||||
update_cache: yes
|
||||
- name: Install autofs packages
|
||||
apt:
|
||||
name: "{{ autofs_packages }}"
|
||||
|
|
Loading…
Reference in New Issue