Add another seboolean for the anitya frontend.

This commit is contained in:
Ralph Bean 2014-10-02 17:32:56 +00:00
parent 039d2018b7
commit e5c291a629

View file

@ -34,9 +34,11 @@
- restart apache
- name: set sebooleans so anitya can talk to the db
action: seboolean name=httpd_can_network_connect_db
action: seboolean name={{ item }}
state=true
persistent=true
with_items:
- httpd_can_network_connect_db
- httpd_can_network_connect
tags:
- anitya_frontend