mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
Break that task out into two, one recursive, one not.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user