According to the docs, this needs quotes
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
c16f0abe35
commit
ee71aa5156
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@
|
|||
- restart apache
|
||||
|
||||
- name: Add default facl so apache can read git repos
|
||||
acl: default=yes etype=user entity=apache permissions=rx name=/srv/git
|
||||
acl: default=yes etype=user entity=apache permissions="rx" name=/srv/git
|
||||
register: acl_updates
|
||||
tags:
|
||||
- pagure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue