mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-08-25 09:10:56 +02:00
fix: exclude Fedora from RHEL specific tasks
This commit is contained in:
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user