From a21d62af25ff9e061f53ddff7f8d3b740624a8ed Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Sat, 28 May 2016 16:31:52 +0200 Subject: [PATCH] library/roles/letsencrypt-acmetool-client/tasks/main.yml: workaround for the distributions that do not have binaries capabilities support. d4science-ghn-cluster: install letsencrypt certificates on the iMarine portal. --- letsencrypt-acmetool-client/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/letsencrypt-acmetool-client/tasks/main.yml b/letsencrypt-acmetool-client/tasks/main.yml index 95b9c177..5411b49d 100644 --- a/letsencrypt-acmetool-client/tasks/main.yml +++ b/letsencrypt-acmetool-client/tasks/main.yml @@ -92,6 +92,7 @@ when: - letsencrypt_acme_install - "'{{ letsencrypt_acme_authenticator }}' != 'listener'" + ignore_errors: True tags: letsencrypt - name: Install the sudoers config needed to run the acmetool hooks