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:
Andrea Dell'Amico 2017-02-02 14:30:12 +01:00
parent 2513c63eff
commit 21dbb22b48
1 changed files with 1 additions and 0 deletions

View File

@ -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