community.general/lib/ansible/modules/packaging/os
Adam Miller 71280ee773 Handle dnf immutable mutable datatypes (#46176)
In DNF < 3.0 are lists, and modifying them works
In DNF >= 3.0 < 3.6 are lists, but modifying them doesn't work
In DNF >= 3.6 have been turned into tuples, to communicate that
modifying them doesn't work

Further explanation of this is available via Adam Williamson from
the Fedora QA Team.

    https://www.happyassassin.net/2018/06/27/adams-debugging-adventures-the-immutable-mutable-object/

Signed-off-by: Adam Miller <admiller@redhat.com>
2018-09-27 03:45:58 -04:00
..
__init__.py
apk.py
apt.py
apt_key.py Suggest full fingerprint for apt_key. (#44697) 2018-09-14 14:50:46 -05:00
apt_repository.py
apt_rpm.py
dnf.py Handle dnf immutable mutable datatypes (#46176) 2018-09-27 03:45:58 -04:00
dpkg_selections.py Clean up BOTMETA.yml (#44574) 2018-08-24 19:43:35 -04:00
flatpak.py
flatpak_remote.py Fix a comparison with a string and a byte in flatpak_remote (#44835) 2018-08-30 22:36:34 +02:00
homebrew.py
homebrew_cask.py homebrew_cask: Pass install_options during uninstall (#44938) 2018-09-25 12:21:52 +01:00
homebrew_tap.py
layman.py
macports.py Various updates to macports module (#44605) 2018-08-30 05:03:29 +02:00
openbsd_pkg.py
opkg.py
package.py Minor typo fix in package module documentation (#44617) 2018-08-24 10:14:58 +02:00
package_facts.py
pacman.py
pkg5.py
pkg5_publisher.py
pkgin.py
pkgng.py Returns reason on pkg update error (#44982) 2018-09-04 10:27:57 -04:00
pkgutil.py
portage.py
portinstall.py
pulp_repo.py
redhat_subscription.py
rhn_channel.py
rhn_register.py Fix for "cannot marshal None unless.." (#33660) 2018-08-22 12:25:58 -04:00
rhsm_repository.py
rpm_key.py
slackpkg.py
sorcery.py
svr4pkg.py
swdepot.py
swupd.py
urpmi.py
xbps.py
yum.py handle yum and dnf lockfiles - fixes #44120 (#45359) 2018-09-19 16:14:25 -04:00
yum_repository.py Explain what happens when gpgcheck is not set in yum 2018-09-20 15:14:55 +03:00
zypper.py
zypper_repository.py