mirror of
https://github.com/status-im/infra-role-certbot.git
synced 2025-02-25 00:58:09 +00:00
12 lines
235 B
YAML
12 lines
235 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: renew-cron.yml
|
|
when: certbot_auto_renew
|