Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gerla <tim@gerla.net>2013-10-22 03:54:07 +0400
committerTim Gerla <tim@gerla.net>2013-10-22 03:54:07 +0400
commit89db8332e45d12b2c2aaf33c548f946a1f8e7549 (patch)
tree92c8f885c76ef546646696d82bdbe1ceb4c905c2
parent84eda896b8d03696d399a84d6957109cc17f4ea8 (diff)
ignore selinux errorsfestdemo
-rw-r--r--lamp_haproxy/roles/web/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
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/