mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
zypper_repository: fix broken tests (#1449)
* Change broken repository * Re-enable integration tests * Fix integration test
This commit is contained in:
@@ -5,4 +5,3 @@ skip/freebsd
|
||||
skip/osx
|
||||
skip/macos
|
||||
skip/rhel
|
||||
disabled # FIXME
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
- test
|
||||
- testrefresh
|
||||
- testprio
|
||||
- Apache_Modules
|
||||
- Apache_PHP_Modules
|
||||
|
||||
- name: collect repo configuration after test
|
||||
shell: "grep . /etc/zypp/repos.d/*"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user