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:
Juan Ferrer 2025-01-17 10:55:20 +00:00
commit f5afa8e47f
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
- name: Update apt cache
apt:
update_cache: yes
- name: Install autofs packages
apt:
name: "{{ autofs_packages }}"