This commit is contained in:
2025-04-17 06:28:32 -05:00
parent a7d4e387e7
commit 9e9e03fcb5

View File

@@ -6,7 +6,9 @@
group: root
mode: "0644"
force: yes
when: ansible_os_family == "Debian"
when:
- ansible_os_family == "Debian"
- inventory_hostname not in hosts_deny
- name: Update packages
apt: