mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
12 lines
232 B
YAML
12 lines
232 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: systemd.yml
|
|
when: certbot_auto_renew
|