diff --git a/playbooks/groups/proxies-websites.yml b/playbooks/groups/proxies-websites.yml index 8b9b8c97a2..31112833e7 100644 --- a/playbooks/groups/proxies-websites.yml +++ b/playbooks/groups/proxies-websites.yml @@ -74,6 +74,12 @@ file: > dest=/srv/web state=directory owner=root group=root mode=0755 + tags: + - httpd + - httpd/website + - name: ..and apply the httpd_sys_content_t type recursively to it. + file: > + dest=/srv/web state=directory setype=httpd_sys_content_t recurse=True tags: - httpd