Fixing epel

This commit is contained in:
Tyler Hale 2023-01-17 09:52:55 -07:00
parent 17d06adb73
commit 751ce2a173
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96
2 changed files with 15 additions and 7 deletions

View file

@ -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'