Apparently -d is only for directories

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-09-25 22:27:01 +02:00
parent 4e0108d96b
commit dadcc2c88f

View file

@ -320,7 +320,7 @@
- restart apache - restart apache
- name: let paguremirroring read the pagure config - 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' when: env == 'pagure-staging'
tags: tags:
- pagure - pagure