This commit is contained in:
Pierre-Yves Chibon 2014-12-07 20:12:03 +01:00
parent 9f84ff5215
commit 4dbea10845

View file

@ -16,7 +16,7 @@
- name: enable httpd_can_network_connect selinux boolean - name: enable httpd_can_network_connect selinux boolean
seboolean: name={{ item }} state=yes persistent=yes seboolean: name={{ item }} state=yes persistent=yes
with_items: with_items:
- httpd_can_network_connec - httpd_can_network_connect
- allow_ypbind - allow_ypbind
tags: tags:
- config - config