This commit is contained in:
Ralph Bean 2015-01-08 17:07:55 +00:00
parent 28c11a57a7
commit 070ca337f4

View file

@ -97,7 +97,7 @@
- name: ensure selinux lets httpd talk to postgres and memcached - name: ensure selinux lets httpd talk to postgres and memcached
seboolean: name={{item}} state=yes persistent=yes seboolean: name={{item}} state=yes persistent=yes
with_items: with_items:
- httpd_can_network_db - httpd_can_network_connect_db
- httpd_can_network_memcache - httpd_can_network_memcache
tags: tags:
- notifs - notifs