From 7692ab5726e6ac508219a2bfc4b5d4595201328b Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Sun, 8 Jan 2017 14:35:53 +0100
Subject: [PATCH] Safety addition

---
 tasks/pullcerts.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tasks/pullcerts.yml b/tasks/pullcerts.yml
index 0e887eb..5e9e568 100644
--- a/tasks/pullcerts.yml
+++ b/tasks/pullcerts.yml
@@ -22,6 +22,8 @@
   with_items:
     - '/etc/letsencrypt'
     - '/etc/haproxy/certs'
+  ignore_errors: yes
+  # We ignore errors as they may happen if we run the script without the other proxy
 
 - name: "Set directory permissions to root"
   file:
-- 
GitLab