Let tagger httpd_verify_dns.

This commit is contained in:
Ralph Bean 2014-11-15 02:19:43 +00:00
parent de01e68223
commit cae740ab1b

View file

@ -57,8 +57,13 @@
notify:
- restart apache
- name: ensure selinux lets httpd talk to postgres
seboolean: name=httpd_can_network_connect_db persistent=yes state=yes
- name: Set some selinux booleans
seboolean: name={{item}} persistent=yes state=yes
with_items:
- httpd_can_network_connect_db
- httpd_verify_dns
tags:
- selinux
- name: check log file
command: stat /var/log/fedoratagger.log