1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

zypper_repository: fix broken tests (#1449) (#1450)

* Change broken repository

* Re-enable integration tests

* Fix integration test

(cherry picked from commit 65d4fe2f4f)

Co-authored-by: Amin Vakil <info@aminvakil.com>
This commit is contained in:
patchback[bot] 2020-12-05 16:27:16 +01:00 committed by GitHub
parent c642ee9157
commit 15257e9a64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View file

@ -5,4 +5,3 @@ skip/freebsd
skip/osx
skip/macos
skip/rhel
disabled # FIXME

View file

@ -18,7 +18,7 @@
- test
- testrefresh
- testprio
- Apache_Modules
- Apache_PHP_Modules
- name: collect repo configuration after test
shell: "grep . /etc/zypp/repos.d/*"

View file

@ -120,8 +120,8 @@
- name: "Test adding a repo with custom GPG key"
community.general.zypper_repository:
name: "Apache_Modules"
repo: "http://download.opensuse.org/repositories/Apache:/Modules/openSUSE_Tumbleweed/"
name: "Apache_PHP_Modules"
repo: "http://download.opensuse.org/repositories/server:/php:/applications/openSUSE_Tumbleweed/"
priority: 100
auto_import_keys: true
state: "present"