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
patchback[bot] 62d53eb3cf
zypper_repository: fix idempotency on adding repo with releasever and basearch variables (#2722) (#2752)
* zypper_repository: Check idempotency on adding repo with releasever

* Name required when adding non-repo files.

* Initial try to fix releasever

* Replace re.sub with .replace

* name releaseverrepo releaseverrepo

* Change  to ansible_distribution_version for removing repo

* improve asserts format

* add changelog

* Fix changelog formatting

Co-authored-by: Felix Fontein <felix@fontein.de>

* improve command used for retrieving releasever variable

Co-authored-by: Felix Fontein <felix@fontein.de>

* add basearch replace

* Add basearch to changelog fragment

* Check for releasever and basearch only when they are there

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 94a53adff1)

Co-authored-by: Amin Vakil <info@aminvakil.com>
2021-06-08 08:47:11 +02:00
..
apk.py
apt_repo.py
apt_rpm.py Deprecation of parameters triggering the parameter-invalid sanity-check (#1927) (#1971) 2021-03-05 08:41:55 +01:00
copr.py New module: Add copr module (#1592) 2021-01-27 19:30:03 +01:00
flatpak.py
flatpak_remote.py
homebrew.py Small Documentation Example Of Cask Leveraging (#2462) (#2469) 2021-05-08 12:27:58 +02:00
homebrew_cask.py Deprecation of parameters triggering the parameter-invalid sanity-check (#1927) (#1971) 2021-03-05 08:41:55 +01:00
homebrew_tap.py Revert "Revert new features since the 2.0.0 release so we can release 2.0.1 from this branch." 2021-02-09 15:42:39 +01:00
installp.py
layman.py
macports.py
mas.py
openbsd_pkg.py Update CI (#1782) (#1787) 2021-02-11 11:10:42 +01:00
opkg.py Deprecation of parameters triggering the parameter-invalid sanity-check (#1927) (#1971) 2021-03-05 08:41:55 +01:00
pacman.py Deprecation of parameters triggering the parameter-invalid sanity-check (#1927) (#1971) 2021-03-05 08:41:55 +01:00
pkg5.py
pkg5_publisher.py
pkgin.py
pkgng.py
pkgutil.py fixed calls to list.extend() (#2161) (#2166) 2021-04-04 23:59:59 +02:00
portage.py
portinstall.py
pulp_repo.py Add a Pulp 2 related note to pulp_repo (#2096) (#2100) 2021-03-24 18:13:04 +01:00
redhat_subscription.py fixed Python 3 keys() usage (#1861) (#1891) 2021-02-24 19:36:37 +01:00
rhn_channel.py Legacy Python certificate validation fixed (#470) 2021-01-03 11:15:51 +01:00
rhn_register.py
rhsm_release.py rhsm_release: Fix the issue that rhsm_release module considers 8, 7Client and 7Workstation as invalid releases (#2571) (#2605) 2021-05-24 20:28:22 +00:00
rhsm_repository.py
rpm_ostree_pkg.py rpm_ostree_pkg: new module (#357) 2021-01-11 09:47:22 +03:00
slackpkg.py Deprecation of parameters triggering the parameter-invalid sanity-check (#1927) (#1971) 2021-03-05 08:41:55 +01:00
snap.py
sorcery.py
svr4pkg.py Fix #2373 - TypeError: a bytes-like object is required, not 'str' (#2375) (#2418) 2021-05-03 07:55:55 +02:00
swdepot.py
swupd.py
urpmi.py Deprecation of parameters triggering the parameter-invalid sanity-check (#1927) (#1971) 2021-03-05 08:41:55 +01:00
xbps.py Deprecation of parameters triggering the parameter-invalid sanity-check (#1927) (#1971) 2021-03-05 08:41:55 +01:00
yum_versionlock.py yum_versionlock: do lock/unlock concurrently (#1912) (#1920) 2021-02-26 23:37:30 +01:00
zypper.py Bugfix: Respect PATH env variable in zypper modules (#2094) (#2109) 2021-03-25 22:57:53 +01:00
zypper_repository.py zypper_repository: fix idempotency on adding repo with releasever and basearch variables (#2722) (#2752) 2021-06-08 08:47:11 +02:00