diff --git a/roles/notifs/frontend/tasks/main.yml b/roles/notifs/frontend/tasks/main.yml index b0f0ac14ce..33ec967efa 100644 --- a/roles/notifs/frontend/tasks/main.yml +++ b/roles/notifs/frontend/tasks/main.yml @@ -97,7 +97,7 @@ - name: ensure selinux lets httpd talk to postgres and memcached seboolean: name={{item}} state=yes persistent=yes with_items: - - httpd_can_network_db + - httpd_can_network_connect_db - httpd_can_network_memcache tags: - notifs