Reformat this file task a bit.
This commit is contained in:
parent
bb8c8dcfa3
commit
92857b40d6
1 changed files with 5 additions and 1 deletions
|
@ -63,7 +63,11 @@
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: change type part of SELinux file context
|
- name: change type part of SELinux file context
|
||||||
file: path="/var/tmp/bodhi/comps/" setype=httpd_sys_script_rw_t state=directory recurse=yes
|
file: >
|
||||||
|
dest=/var/tmp/bodhi/comps/
|
||||||
|
setype=httpd_sys_script_rw_t
|
||||||
|
state=directory
|
||||||
|
recurse=yes
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue