2017-09-06 20:24:42 +02:00

15 lines
295 B
YAML

---
- include: include-vars.yml
- include: install-with-package.yml
when: not certbot_install_from_source
- include: install-from-source.yml
when: certbot_install_from_source
- include: generate-certs.yml
when: certbot_handle_certs
- include: renew-cron.yml
when: certbot_auto_renew