1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/tests/unit/plugins/modules/packaging/os
Pino Toscano a45b90e93f
redhat_subscription: call 'remove' instead of 'unsubscribe' (#4809)
The 'unsubscribe' command of 'subscription-manager' was deprecated
already in subscription-manager 1.11.3, shipped with RHEL 5.11.
As it was removed in subscription-manager 1.29.x, unsubscribing from
pools was thus broken.

The simple fix is to call the proper command, 'remove'.
2022-06-14 07:26:38 +02:00
..
__init__.py
conftest.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
test_apk.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
test_homebrew.py Resolve homebrew and homebrew_cask package name validation issues (#1038) 2020-10-27 22:46:49 +01:00
test_homebrew_cask.py Resolve homebrew and homebrew_cask package name validation issues (#1038) 2020-10-27 22:46:49 +01:00
test_macports.py Fix macports package present/active detection (#1308) 2020-11-26 06:59:32 +01:00
test_pacman.py pacman: implement change detection for update_cache=true; add cache_updated return value (#4337) 2022-03-15 05:38:59 +01:00
test_pacman_key.py add module pacman_key (#778) 2021-06-04 07:08:54 +02:00
test_pkgin.py feat(pkgin): add support for installation of full versioned package names (#1256) 2020-11-21 21:20:27 +01:00
test_redhat_subscription.py redhat_subscription: call 'remove' instead of 'unsubscribe' (#4809) 2022-06-14 07:26:38 +02:00
test_rhn_channel.py sanity: Add future boilerplate (#573) 2020-06-24 21:50:36 +02:00
test_rhn_register.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
test_rhsm_release.py rhsm_release: Fix the issue that rhsm_release module considers 8, 7Client and 7Workstation as invalid releases (#2571) 2021-05-24 21:59:52 +02:00
test_rpm_ostree_pkg.py rpm_ostree_pkg: new module (#357) 2021-01-11 09:47:22 +03:00