mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
batcave: fix setacl invocation syntax error
Every ACL needs its own `-m` option Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
@@ -510,7 +510,7 @@
|
||||
- tmux
|
||||
|
||||
- name: Let the /var/tmux folder be writable to fi-apprentice as well
|
||||
command: setfacl -Rm d:g:fi-apprentice:rwx g:fi-apprentice:rwx /var/tmux
|
||||
command: setfacl -R -m d:g:fi-apprentice:rwx -m g:fi-apprentice:rwx /var/tmux
|
||||
tags:
|
||||
- batcave
|
||||
- tmux
|
||||
|
||||
Reference in New Issue
Block a user