File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
- name : (AlmaLinux/Amazon Linux 2/Oracle Linux/RHEL) Import EPEL GPG key
34
34
ansible.builtin.rpm_key :
35
35
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
37
37
38
38
- name : (AlmaLinux/Amazon Linux 2/Oracle Linux/RHEL) Install EPEL
39
39
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
41
41
42
42
- name : (Alpine Linux) Install Lua and Encrypted Sessions Alpine Linux 3.17 dependency
43
43
community.general.apk :
You can’t perform that action at this time.
0 commit comments