[mailman3] Use httpd_can_network_relay as it's more secure

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-03-26 17:16:13 +01:00
parent 826fd32330
commit 3d52a247d8

View file

@ -387,7 +387,7 @@
- name: Allow Apache to remotely connect to gunicorn
ansible.posix.seboolean:
name: httpd_can_network_connect
name: httpd_can_network_relay
state: yes
persistent: yes
notify: