Workaround for AlmaLinux and RockyLinux

This commit is contained in:
Sven Velt 2022-03-16 11:10:53 +01:00
parent c5d6c7fd84
commit 7c7ebab16e

View file

@ -1,7 +1,7 @@
---
- name: "Test if EPEL ist necessary"
fail: msg="This system does not need EPEL"
when: ansible_os_family != "RedHat" or ansible_distribution == "Fedora"
when: ansible_os_family not in ["RedHat", "AlmaLinux", "Rocky"] or ansible_distribution == "Fedora"
- name: Update CA-Certificates