mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-06-14 22:51:34 +02:00
Compare commits
2 Commits
76e9569275
...
83424e12a5
Author | SHA1 | Date | |
---|---|---|---|
|
83424e12a5 | ||
|
f86fea618d |
@ -2,7 +2,7 @@
|
||||
- import_tasks: include-vars.yml
|
||||
|
||||
- import_tasks: setup-RedHat.yml
|
||||
when: ansible_os_family == 'RedHat'
|
||||
when: ansible_os_family == 'RedHat' and not ansible_distribution == 'Fedora'
|
||||
|
||||
- import_tasks: install-with-package.yml
|
||||
when: certbot_install_method == 'package'
|
||||
|
Loading…
x
Reference in New Issue
Block a user