From 89db8332e45d12b2c2aaf33c548f946a1f8e7549 Mon Sep 17 00:00:00 2001 From: Tim Gerla Date: Mon, 21 Oct 2013 16:54:07 -0700 Subject: ignore selinux errors --- lamp_haproxy/roles/web/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lamp_haproxy/roles/web/tasks/main.yml b/lamp_haproxy/roles/web/tasks/main.yml index b11f9f4..84eb1dc 100644 --- a/lamp_haproxy/roles/web/tasks/main.yml +++ b/lamp_haproxy/roles/web/tasks/main.yml @@ -10,6 +10,7 @@ - name: Configure SELinux to allow httpd to connect to remote database seboolean: name=httpd_can_network_connect_db state=true persistent=yes + ignore_errors: true - name: Copy the code from repository git: repo={{ repository }} version={{ webapp_version }} dest=/var/www/html/ -- cgit v1.2.3