Break that task out into two, one recursive, one not.
This commit is contained in:
parent
5e1d2fc494
commit
ce52002123
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue