Skip to content

Commit

Permalink
PSMDB. Change link for epel package for EL7 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandraromanchenko authored Aug 1, 2024
1 parent e4c11ce commit bed0fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
when: ansible_os_family == "RedHat" and ansible_distribution_major_version == "8"

- name: setup epel 7 repo
yum: name=https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm state=present
yum: name=https://dl.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/e/epel-release-7-14.noarch.rpm state=present
when: ansible_os_family == "RedHat" and ansible_distribution_major_version == "7"

- name: add the Vault and epel CentOS 6 repos
Expand Down

0 comments on commit bed0fe5

Please sign in to comment.