fixing selinux context

This commit is contained in:
Chris Roberts
2015-08-16 02:47:39 +00:00
parent bfac9c95a1
commit ca2dff7e63

View File

@@ -40,6 +40,6 @@
- unzip
- name: set the SELinux policy for the Wordpress web dir
command: semanage fcontext -a -t httpd_sys_content_t "/var/www/html/(.*)"
command: semanage fcontext -a -t httpd_sys_content_t "/var/www/html/(*)"
#when: webcontext.stdout.find('httpd_sys_content_t') == -1