Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit abb7177

Browse files
author
Alexander Lakhin
committed
Merge branch 'master' into 'master'
Workaround for issue with Let's Encrypt CA in MSVSphere See merge request automation/pg-tests!1359
2 parents f49295f + 8bae479 commit abb7177

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests_install/playbook-prepare-env.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,11 @@
128128
fi; \
129129
echo "Workaround for PGPRO-1259"; \
130130
rm -rf /opt/localrepo; mkdir /opt/localrepo && cd /opt/localrepo && \
131-
wget http://vault.centos.org/6.8/os/x86_64/Packages/libicu-4.2.1-14.el6.x86_64.rpm && \
132-
wget http://vault.centos.org/6.8/os/x86_64/Packages/libicu-devel-4.2.1-14.el6.x86_64.rpm && \
131+
wget --no-check-certificate http://vault.centos.org/6.8/os/x86_64/Packages/libicu-4.2.1-14.el6.x86_64.rpm && \
132+
wget --no-check-certificate http://vault.centos.org/6.8/os/x86_64/Packages/libicu-devel-4.2.1-14.el6.x86_64.rpm && \
133133
createrepo . && cd ~ && \
134-
rpm --import http://vault.centos.org/6.8/os/x86_64/RPM-GPG-KEY-CentOS-6 && \
134+
wget --no-check-certificate http://vault.centos.org/6.8/os/x86_64/RPM-GPG-KEY-CentOS-6 && \
135+
rpm --import RPM-GPG-KEY-CentOS-6 && \
135136
printf "[localrepo]\nname=localrepo\nbaseurl=file:///opt/localrepo\nenabled=1\n" > /etc/yum.repos.d/local.repo &&
136137
yum -y update;
137138
when: use_ssh is not defined and (ansible_distribution == "МСВСфера" or ansible_distribution == "MSVSphere")

0 commit comments

Comments
 (0)