From bed0fe5be6fb6729eae28144efc7586bfbfc98cd Mon Sep 17 00:00:00 2001 From: Sandra Romanchenko <53295797+sandraromanchenko@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:11:25 +0300 Subject: [PATCH] PSMDB. Change link for epel package for EL7 (#184) --- playbooks/prepare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/prepare.yml b/playbooks/prepare.yml index 50835b65..9e9fc5c5 100644 --- a/playbooks/prepare.yml +++ b/playbooks/prepare.yml @@ -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