From 2948ae6ebf371a6cb40ec2ee72b163cb42b7887b Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Mon, 4 Apr 2016 17:46:56 +0000 Subject: [PATCH] setting correct selinux content for httpd content --- playbooks/groups/qa-stg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/qa-stg.yml b/playbooks/groups/qa-stg.yml index e40e3fe213..fcc3d34c26 100644 --- a/playbooks/groups/qa-stg.yml +++ b/playbooks/groups/qa-stg.yml @@ -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