ansible-roles/library/roles/letsencrypt-acme-sh-client/handlers/main.yml

8 lines
197 B
YAML
Raw Normal View History

2018-08-20 19:19:56 +02:00
---
- name: Install the requested certificates
shell: /usr/local/bin/acme-sh-install-certs
when:
- letsencrypt_acme_sh_explicitly_install_certs
- acme_sh_certificate_issued is changed