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/plugins/modules/packaging/os
cfiehe 6fe2a84e87
Fix #5313: redhat_subscription module is not idempotent when pool_ids (#5319)
This fix ensures the idempotency of the redhat_subscription module when pool_ids are used. The main problem was, that a 'None' quantity was not properly handled and that the quantity check compared a string with an integer.

Signed-off-by: Christoph Fiehe <c.fiehe@eurodata.de>

Signed-off-by: Christoph Fiehe <c.fiehe@eurodata.de>
Co-authored-by: Christoph Fiehe <c.fiehe@eurodata.de>
2022-10-03 20:24:53 +02:00
..
apk.py Adjust booleans in packaging modules. (#5154) 2022-08-24 19:59:13 +02:00
apt_repo.py Adjust booleans in packaging modules. (#5154) 2022-08-24 19:59:13 +02:00
apt_rpm.py multiple modules: removed unused imports (#5258) 2022-09-10 11:19:14 +02:00
copr.py Fix linting errors; fix some real bugs (#5111) 2022-08-12 11:07:30 +02:00
dnf_versionlock.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) 2022-08-05 12:28:29 +02:00
flatpak.py Fix linting errors; fix some real bugs (#5111) 2022-08-12 11:07:30 +02:00
flatpak_remote.py Fix linting errors; fix some real bugs (#5111) 2022-08-12 11:07:30 +02:00
homebrew.py homebrew: add Linux brew path to defaults (#5241) 2022-09-08 07:46:10 +02:00
homebrew_cask.py Normalize more booleans. (#5247) 2022-09-06 20:42:17 +02:00
homebrew_tap.py homebrew: add Linux brew path to defaults (#5241) 2022-09-08 07:46:10 +02:00
installp.py Adjust booleans in packaging modules. (#5154) 2022-08-24 19:59:13 +02:00
layman.py multiple modules: fixed markups in doc (#5227) 2022-09-04 15:25:34 +02:00
macports.py Adjust booleans in packaging modules. (#5154) 2022-08-24 19:59:13 +02:00
mas.py Adjust booleans in packaging modules. (#5154) 2022-08-24 19:59:13 +02:00
openbsd_pkg.py Adjust booleans in packaging modules. (#5154) 2022-08-24 19:59:13 +02:00
opkg.py Adjust booleans in packaging modules. (#5154) 2022-08-24 19:59:13 +02:00
pacman.py multiple modules: fixed markups in doc (#5227) 2022-09-04 15:25:34 +02:00
pacman_key.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) 2022-08-05 12:28:29 +02:00
pkg5.py Adjust booleans in packaging modules. (#5154) 2022-08-24 19:59:13 +02:00
pkg5_publisher.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) 2022-08-05 12:28:29 +02:00
pkgin.py Adjust booleans in packaging modules. (#5154) 2022-08-24 19:59:13 +02:00
pkgng.py multiple modules: fixed markups in doc (#5227) 2022-09-04 15:25:34 +02:00
pkgutil.py multiple modules: fixed markups in doc (#5227) 2022-09-04 15:25:34 +02:00
portage.py Adjust booleans in packaging modules. (#5154) 2022-08-24 19:59:13 +02:00
portinstall.py multiple modules: removed unused imports (#5258) 2022-09-10 11:19:14 +02:00
pulp_repo.py Adjust booleans in packaging modules. (#5154) 2022-08-24 19:59:13 +02:00
redhat_subscription.py Fix #5313: redhat_subscription module is not idempotent when pool_ids (#5319) 2022-10-03 20:24:53 +02:00
rhn_channel.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) 2022-08-05 12:28:29 +02:00
rhn_register.py Adjust booleans in packaging modules. (#5154) 2022-08-24 19:59:13 +02:00
rhsm_release.py Fix copyright lines (make sure 'Copyright' is there). (#5083) 2022-08-05 22:12:10 +02:00
rhsm_repository.py Normalize more booleans. (#5247) 2022-09-06 20:42:17 +02:00
rpm_ostree_pkg.py Normalize more booleans. (#5247) 2022-09-06 20:42:17 +02:00
slackpkg.py Fix copyright lines (make sure 'Copyright' is there). (#5083) 2022-08-05 22:12:10 +02:00
snap.py Adjust booleans in packaging modules. (#5154) 2022-08-24 19:59:13 +02:00
snap_alias.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) 2022-08-05 12:28:29 +02:00
sorcery.py multiple modules: fixed markups in doc (#5227) 2022-09-04 15:25:34 +02:00
svr4pkg.py multiple modules: fixed markups in doc (#5227) 2022-09-04 15:25:34 +02:00
swdepot.py Fix copyright lines (make sure 'Copyright' is there). (#5083) 2022-08-05 22:12:10 +02:00
swupd.py Adjust booleans in packaging modules. (#5154) 2022-08-24 19:59:13 +02:00
urpmi.py multiple modules: removed unused imports (#5258) 2022-09-10 11:19:14 +02:00
xbps.py Fix indent. (#5177) 2022-08-24 20:47:06 +02:00
yum_versionlock.py Move licenses to LICENSES/, run add-license.py, add LICENSES/MIT.txt (#5065) 2022-08-05 12:28:29 +02:00
zypper.py multiple modules: fixed markups in doc (#5227) 2022-09-04 15:25:34 +02:00
zypper_repository.py Adjust booleans in packaging modules. (#5154) 2022-08-24 19:59:13 +02:00