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:
Nils Philippsen 2020-04-30 14:16:45 +02:00
parent ffe7babecb
commit 0a664a3529

View file

@ -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