mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 09:01:40 +08:00
libravatar: set httpd_can_network_connect_db for PostgreSQL
This commit is contained in:
@@ -78,8 +78,13 @@
|
||||
args:
|
||||
chdir: /srv/libravatar
|
||||
|
||||
# so Apache can execute psyco shared lib in virtualenv with httpd_sys_content_t type
|
||||
- name: Set unified flag for Apache
|
||||
- name: So that Apache can talk to PostgreSQL
|
||||
seboolean:
|
||||
name: httpd_can_network_connect_db
|
||||
state: yes
|
||||
persistent: yes
|
||||
|
||||
- name: So Apache can execute psyco shared lib in virtualenv with httpd_sys_content_t type
|
||||
seboolean:
|
||||
name: httpd_unified
|
||||
state: yes
|
||||
|
||||
Reference in New Issue
Block a user