From 070ca337f4b8a6b40eb6e5b4fc0ea88747f45d4b Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 8 Jan 2015 17:07:55 +0000 Subject: [PATCH] Typofix. --- roles/notifs/frontend/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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