mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
Apparently -d is only for directories
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user