According to the docs, this needs quotes

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-05-21 09:07:26 +00:00
parent c16f0abe35
commit ee71aa5156

View file

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