setting correct selinux content for httpd content
This commit is contained in:
parent
19fc0052b1
commit
2948ae6ebf
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
||||||
- qastaticsites
|
- qastaticsites
|
||||||
|
|
||||||
- name: create dirs for static sites
|
- 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 }}"
|
with_items: "{{ static_sites }}"
|
||||||
tags:
|
tags:
|
||||||
- qastaticsites
|
- qastaticsites
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue