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.
This commit is contained in:
Andrea Dell'Amico 2016-05-28 16:31:52 +02:00
parent b861552351
commit a21d62af25
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@
when: when:
- letsencrypt_acme_install - letsencrypt_acme_install
- "'{{ letsencrypt_acme_authenticator }}' != 'listener'" - "'{{ letsencrypt_acme_authenticator }}' != 'listener'"
ignore_errors: True
tags: letsencrypt tags: letsencrypt
- name: Install the sudoers config needed to run the acmetool hooks - name: Install the sudoers config needed to run the acmetool hooks