Apparently -d is only for directories
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
4e0108d96b
commit
dadcc2c88f
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@
|
|||
- restart apache
|
||||
|
||||
- name: let paguremirroring read the pagure config
|
||||
command: /usr/bin/setfacl -dm user:paguremirroring:rx /etc/pagure/pagure.cfg
|
||||
command: /usr/bin/setfacl -m user:paguremirroring:rx /etc/pagure/pagure.cfg
|
||||
when: env == 'pagure-staging'
|
||||
tags:
|
||||
- pagure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue