Fixing epel
This commit is contained in:
parent
17d06adb73
commit
751ce2a173
2 changed files with 15 additions and 7 deletions
|
@ -6,4 +6,4 @@
|
|||
name: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
|
||||
state: present
|
||||
disable_gpg_check: True
|
||||
when: ansible_distribution == 'RedHat' or ansible_distribution == 'AlmaLinux'
|
||||
when: ansible_distribution == 'RedHat' or ansible_distribution == 'AlmaLinux' or ansible_distribution == 'Rocky'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue