Add ACL package for ATON role

This commit is contained in:
2026-03-02 17:59:54 +01:00
parent 846d1b1072
commit f2750e3026

View File

@@ -1,4 +1,12 @@
--- ---
- name: Ensure ACL is installed
ansible.builtin.package:
name:
- acl
state: present
update_cache: yes
when: ansible_os_family == 'Debian'
- name: Ensure git is installed - name: Ensure git is installed
ansible.builtin.package: ansible.builtin.package:
name: name: