Add another seboolean for the anitya frontend.
This commit is contained in:
parent
039d2018b7
commit
e5c291a629
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue