Update to 2022-01-04 18:00

This commit is contained in:
Daniel Berteaud 2022-01-04 18:00:12 +01:00
parent fb2553ae89
commit 898ae43de4
1 changed files with 1 additions and 0 deletions

View File

@ -12,5 +12,6 @@
setfacl -m {% for group in system_admin_groups %}g:{{ group }}:r{{ ',' if not loop.last }}{% endfor %} /etc/patrixrc
when: system_admin_groups is defined and system_admin_groups | length > 0
changed_when: False
failed_when: False # Do not fail if eg, the FS doesn't support ACL
tags: patrix
...