Ask needs to be able to use its fuse filesystem
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
4d5fcae757
commit
3b3618952f
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue