Break that task out into two, one recursive, one not.

This commit is contained in:
Ralph Bean 2015-01-06 21:25:03 +00:00
parent 5e1d2fc494
commit ce52002123

View file

@ -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