forked from ISTI-ansible-roles/ansible-roles
library/roles/letsencrypt-acmetool-client/handlers/main.yml: Ignore the handler errors. It fails if we reached the 20 certificates/week cap.
This commit is contained in:
parent
2513c63eff
commit
21dbb22b48
|
@ -4,4 +4,5 @@
|
|||
become_user: '{{ letsencrypt_acme_user }}'
|
||||
command: '/usr/local/bin/acme-cert-request > {{ letsencrypt_acme_log_dir }}/acme-cron.log 2>&1'
|
||||
when: letsencrypt_acme_install
|
||||
ignore_errors: True
|
||||
|
||||
|
|
Loading…
Reference in New Issue