community.general/lib/ansible/modules/packaging/os
Matt Martz dcc05093db Validate modules arg spec fixes (#34477)
* Update validate-modules arg_spec introspection to be faster, by only mocking the imports we explicitly list
* The use of types.MethodType in redhat_subscription wasn't py3 compatible, use partial instead
* Remove argument_spec import hacks, make them errors, we can ignore them with ansible-test
* Enable the --arg-spec flag for validate-modules
2018-01-11 15:41:53 -08:00
..
__init__.py
apk.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
apt.py apt_get: add warning for force_apt_get (#33994) 2017-12-19 22:39:15 -06:00
apt_key.py apt_key: PEP8 compliancy and documentation changes (#33427) 2017-12-04 13:27:32 +01:00
apt_repository.py apt_repository: PEP8 compliancy and documentation changes (#33429) 2017-12-04 13:29:23 +01:00
apt_rpm.py apt_rpm: PEP8 compliancy and documentation changes (#33431) 2017-12-01 08:19:35 -05:00
dnf.py updated docs to reflect list/loop lack of sqashing (#32522) 2017-11-20 10:16:19 -05:00
dpkg_selections.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
homebrew.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
homebrew_cask.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
homebrew_tap.py
layman.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
macports.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
openbsd_pkg.py Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
opkg.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
package.py corrected package docs 2017-10-31 15:31:42 -04:00
package_facts.py Add missing msg keyword for fail_json (#34387) 2018-01-03 04:44:53 -05:00
pacman.py Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
pkg5.py pkg5: PEP8 compliancy and documentation changes (#33559) 2017-12-05 07:56:16 -05:00
pkg5_publisher.py pkg5_publisher: Fix on failed, PEP8 compliancy (#26019) 2017-08-27 00:30:05 +02:00
pkgin.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
pkgng.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
pkgutil.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
portage.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
portinstall.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
pulp_repo.py
redhat_subscription.py Validate modules arg spec fixes (#34477) 2018-01-11 15:41:53 -08:00
rhn_channel.py rhn_channel: PEP8 compliancy and doc fixes (#30912) 2017-10-03 09:50:44 +02:00
rhn_register.py Added nopackages option and Fix #24997 (#28831) 2017-09-15 10:50:47 -04:00
rpm_key.py rpm_key: PEP8 compliancy and documentation changes (#33426) 2017-12-04 13:30:27 +01:00
slackpkg.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
sorcery.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
svr4pkg.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
swdepot.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
swupd.py
urpmi.py urpmi: PEP8 compliancy and documentation changes (#33560) 2017-12-05 03:32:58 -05:00
xbps.py
yum.py yum: Add example for enable and disable repo (#34492) 2018-01-10 09:51:00 -08:00
yum_repository.py Fix Python 3.7 syntax error in yum_repository. 2018-01-09 17:54:10 -08:00
zypper.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
zypper_repository.py Add comment on auto_import_key for .repo files in zypper_repository (#33941) 2017-12-22 01:05:47 -05:00