Ask needs to be able to use its fuse filesystem

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-03-17 15:19:10 +00:00
parent 4d5fcae757
commit 3b3618952f

View file

@ -37,6 +37,14 @@
- ask
- selinux
- name: set sebooleans so ask can use the gluster mount
action: seboolean name=httpd_use_fusefs
state=true
persistent=true
tags:
- ask
- selinux
- name: set sebooleans so ask can talk to the memcache
action: seboolean name=httpd_can_network_memcache
state=true