Replace command with idempotent seboolean module
This commit is contained in:
parent
22a25a935f
commit
aca2819807
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
- command: "/usr/share/dist-git/dist_git_sync.sh"
|
||||
|
||||
- name: allow httpd to run cgit
|
||||
command: setsebool -P httpd_enable_cgi 1
|
||||
seboolean: name=httpd_enable_cgi state=true persistent=true
|
||||
|
||||
- name: install robots.txt
|
||||
copy: src="robots.txt" dest="/var/www/html/" mode=0644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue