mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
10 lines
331 B
YAML
10 lines
331 B
YAML
---
|
|
- include: install-from-package.yml
|
|
when: not certbot_from_git and (ansible_distribution == 'Fedora' or ansible_distribution == 'RedHat')
|
|
|
|
- include: install-from-git.yml
|
|
when: certbot_from_git or (ansible_distribution != 'Fedora' and ansible_distribution != 'RedHat')
|
|
|
|
- include: renew-cron.yml
|
|
when: certbot_auto_renew
|