zypper: fix tests to use new URL for OpenSUSE 15.0 (#52453)

This commit is contained in:
Jordan Borean 2019-02-18 15:04:02 +10:00 committed by GitHub
parent 777441719f
commit 4b296da6a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
- name: set URL of test package - name: set URL of test package
set_fact: set_fact:
hello_package_url: http://download.opensuse.org/distribution/leap/{{ ansible_distribution_version }}/repo/oss/suse/x86_64/hello-{{hello_version.stdout}}.x86_64.rpm hello_package_url: http://download.opensuse.org/repositories/openSUSE:/Leap:/{{ ansible_distribution_version }}/standard/x86_64/hello-{{ hello_version.stdout }}.x86_64.rpm
- debug: var=hello_package_url - debug: var=hello_package_url