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)

* Change broken repository

* Re-enable integration tests

* Fix integration test
This commit is contained in:
Amin Vakil 2020-12-05 18:32:01 +03:30 committed by GitHub
parent 0f88c71f59
commit 65d4fe2f4f
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"