community.general/lib/ansible/modules/packaging/os
Stéphane Wirtel 711944aa97 Fix a comparison with a string and a byte in flatpak_remote (#44835)
* flatpak_remote: Fix the comparison between string and bytes for the remote_exists function

* Use to_text instead a new compare function

* Compare bytes to bytes
2018-08-30 22:36:34 +02:00
..
__init__.py
apk.py
apt.py
apt_key.py Add note to `apt_key` doc about update requirement (#25111) 2018-08-16 13:18:17 -05:00
apt_repository.py
apt_rpm.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
dnf.py Improve error condition handling for dnf module (#44770) 2018-08-28 17:44:46 -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_tap.py
layman.py
macports.py Various updates to macports module (#44605) 2018-08-30 05:03:29 +02:00
openbsd_pkg.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
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
pkgutil.py
portage.py
portinstall.py
pulp_repo.py
redhat_subscription.py Allow for the specification of a rhsm_repo_ca_cert if changing baseurl (#43343) 2018-08-03 07:48:40 -04:00
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 fix yum install with disablerepo (#44735) 2018-08-27 17:06:06 -04:00
yum_repository.py Clarifications of parameters in yum_repo module (#38453) 2018-08-07 11:48:29 -05:00
zypper.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
zypper_repository.py