Let tagger httpd_verify_dns.
This commit is contained in:
parent
de01e68223
commit
cae740ab1b
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue