summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2021-11-29 17:05:10 -0500
committerGitHub <noreply@github.com>2021-11-29 16:05:10 -0600
commit81f756e32936dab5eb58c27ed291155144c666bf (patch)
tree0db795e835559081c3cabd3e3e791ae3fd28ef8a
parent112766957bb3a668fc41e702a7b12344ef0626c1 (diff)
downloadansible-81f756e32936dab5eb58c27ed291155144c666bf.tar.gz
[stable-2.9] fix zypper integration test (#76398)
Not sure why but changing the URL fixes the download error.
-rw-r--r--test/integration/targets/zypper/tasks/zypper.yml2
1 files changed, 1 insertions, 1 deletions
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