distgit/pagure: flip httpd_can_network_connect on the host
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
6d2e84430a
commit
4d2f3eb5ac
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@
|
|||
- pagure
|
||||
- packages
|
||||
|
||||
- name: Set httpd_can_network_connect flag on and keep it persistent across reboots so apache can talk to redis
|
||||
seboolean:
|
||||
name: httpd_can_network_connect
|
||||
state: yes
|
||||
persistent: yes
|
||||
|
||||
# Set-up stunnel for the event source server
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue