Workaround for AlmaLinux and RockyLinux
This commit is contained in:
parent
c5d6c7fd84
commit
7c7ebab16e
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- name: "Test if EPEL ist necessary"
|
- name: "Test if EPEL ist necessary"
|
||||||
fail: msg="This system does not need EPEL"
|
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
|
- name: Update CA-Certificates
|
||||||
|
|
Loading…
Reference in a new issue