Replace command with idempotent seboolean module

This commit is contained in:
Kevin Fenzi 2016-06-29 19:02:24 +00:00
parent 22a25a935f
commit aca2819807

View file

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