From 81f756e32936dab5eb58c27ed291155144c666bf Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Mon, 29 Nov 2021 17:05:10 -0500 Subject: [stable-2.9] fix zypper integration test (#76398) Not sure why but changing the URL fixes the download error. --- test/integration/targets/zypper/tasks/zypper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/zypper/tasks/zypper.yml b/test/integration/targets/zypper/tasks/zypper.yml index 2a8da929f7..4a773fd456 100644 --- a/test/integration/targets/zypper/tasks/zypper.yml +++ b/test/integration/targets/zypper/tasks/zypper.yml @@ -4,7 +4,7 @@ - name: set URL of test package set_fact: - hello_package_url: https://download.opensuse.org/distribution/leap/{{ ansible_distribution_version }}/repo/oss/x86_64/hello-{{ hello_version.stdout }}.x86_64.rpm + hello_package_url: https://downloadcontent.opensuse.org/distribution/leap/{{ ansible_distribution_version }}/repo/oss/x86_64/hello-{{ hello_version.stdout }}.x86_64.rpm - debug: var=hello_package_url -- cgit v1.2.1