forked from ISTI-ansible-roles/ansible-roles
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:
parent
b861552351
commit
a21d62af25
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue