summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2015-01-06 21:25:03 +0000
committerRalph Bean <rbean@redhat.com>2015-01-06 21:25:03 +0000
commitce520021235628dadd8001803250dbe72101ac3b (patch)
treebd7665c2af9ad1696ebcd22df78972bafcf4fdd0
parent5e1d2fc494bb43b8055e5550b96abe03e84513e4 (diff)
Break that task out into two, one recursive, one not.
-rw-r--r--playbooks/groups/proxies-websites.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/groups/proxies-websites.yml b/playbooks/groups/proxies-websites.yml
index 8b9b8c97a..31112833e 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