setting correct selinux content for httpd content

This commit is contained in:
Tim Flink 2016-04-04 17:46:56 +00:00
parent 19fc0052b1
commit 2948ae6ebf

View file

@ -91,7 +91,7 @@
- qastaticsites
- name: create dirs for static sites
file: path={{ item.document_root }} state=directory owner=apache group=apache mode=1755
file: path={{ item.document_root }} state=directory owner=apache group=apache mode=1755 setype=httpd_sys_content_t
with_items: "{{ static_sites }}"
tags:
- qastaticsites