Adjust selinux command line

This commit is contained in:
Kevin Fenzi 2015-08-26 03:39:42 +00:00
parent 7f083ce806
commit cd932d5795

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