We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b792d commit 0cafce5Copy full SHA for 0cafce5
tasks/modules/install-modules.yml
@@ -33,11 +33,11 @@
33
- name: (AlmaLinux/Amazon Linux 2/Oracle Linux/RHEL) Import EPEL GPG key
34
ansible.builtin.rpm_key:
35
state: present
36
- key: https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_facts['distribution_major_version'] }}
+ key: https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7
37
38
- name: (AlmaLinux/Amazon Linux 2/Oracle Linux/RHEL) Install EPEL
39
ansible.builtin.yum:
40
- name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_facts['distribution_major_version'] }}.noarch.rpm
+ name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
41
42
- name: (Alpine Linux) Install Lua and Encrypted Sessions Alpine Linux 3.17 dependency
43
community.general.apk:
0 commit comments