refs #8025: - Adding update cache before install

This commit is contained in:
Xavi Lleó 2025-01-17 10:40:18 +01:00
parent 984e96d13a
commit 6276a7703e
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 }}"