openqa/server: allow apache to read from NFS

This commit is contained in:
Adam Williamson 2016-03-08 14:26:28 -08:00
parent 9d612c0530
commit 2feaf0e2ef

View file

@ -188,6 +188,9 @@
- name: Allow Apache to connect to openQA
seboolean: name=httpd_can_network_connect state=yes persistent=yes
- name: Allow Apache to read from NFS (as we store test data files there now)
seboolean: name=httpd_use_nfs state=yes persistent=yes
# services is undefined in check mode
- name: Wait for openQA to be fully started
pause: seconds=5