refs #8025: - Adding update cache before install #52

Merged
juan merged 2 commits from 8025-Minor_fixes_awx_debian_deploy into main 2025-01-17 10:55:20 +00:00
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 }}"