This repository was archived by the owner on Oct 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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")
You can’t perform that action at this time.
0 commit comments