[zypper_repository test] Use repo that doesn't 404 (#72780)

Change:
- The repo we were testing with no longer seems to exist. Point to one
  that does.

Test Plan:
- local test in docker
- CI

Signed-off-by: Rick Elrod <rick@elrod.me>
pull/72791/head
Rick Elrod 5 years ago committed by GitHub
parent f6635e3804
commit a6f5060464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,7 +121,7 @@
- name: "Test adding a repo with custom GPG key"
zypper_repository:
name: "Apache_Modules"
repo: "http://download.opensuse.org/repositories/Apache:/Modules/openSUSE_Tumbleweed/"
repo: "http://download.opensuse.org/repositories/Apache:/Modules/openSUSE_Leap_{{ ansible_distribution_version }}/"
priority: 100
auto_import_keys: true
state: "present"

Loading…
Cancel
Save