mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-23 21:53:21 +02:00
Update to 2022-01-04 18:00
This commit is contained in:
parent
fb2553ae89
commit
898ae43de4
@ -12,5 +12,6 @@
|
|||||||
setfacl -m {% for group in system_admin_groups %}g:{{ group }}:r{{ ',' if not loop.last }}{% endfor %} /etc/patrixrc
|
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
|
when: system_admin_groups is defined and system_admin_groups | length > 0
|
||||||
changed_when: False
|
changed_when: False
|
||||||
|
failed_when: False # Do not fail if eg, the FS doesn't support ACL
|
||||||
tags: patrix
|
tags: patrix
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user