Skip to content

Commit a3fe7c1

Browse files
comment out provo mirror
1 parent e109170 commit a3fe7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/ansible/molecule/default/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN zypper -n clean && zypper -n refresh
2828
RUN zypper -n install -l ansible dbus-1 rpm-python sudo systemd-sysvinit
2929
{% else %}
3030
FROM opensuse/leap:15
31-
RUN sed -i 's|download.opensuse.org|provo-mirror.opensuse.org|' /etc/zypp/repos.d/*.repo
31+
#RUN sed -i 's|download.opensuse.org|provo-mirror.opensuse.org|' /etc/zypp/repos.d/*.repo
3232
RUN zypper -n install -l ansible dbus-1 python3-rpm sudo systemd-sysvinit
3333
{% endif %}
3434

0 commit comments

Comments
 (0)