Skip to content

Commit 0cafce5

Browse files
committed
Update install-modules.yml
1 parent 42b792d commit 0cafce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/modules/install-modules.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
- name: (AlmaLinux/Amazon Linux 2/Oracle Linux/RHEL) Import EPEL GPG key
3434
ansible.builtin.rpm_key:
3535
state: present
36-
key: https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_facts['distribution_major_version'] }}
36+
key: https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
3737

3838
- name: (AlmaLinux/Amazon Linux 2/Oracle Linux/RHEL) Install EPEL
3939
ansible.builtin.yum:
40-
name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_facts['distribution_major_version'] }}.noarch.rpm
40+
name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
4141

4242
- name: (Alpine Linux) Install Lua and Encrypted Sessions Alpine Linux 3.17 dependency
4343
community.general.apk:

0 commit comments

Comments
 (0)