community.general/lib/ansible/modules/packaging/os
Philippe Makowski 0f9a66a32c urpmi module improvements (#37596)
* fix urpmi.update path #37432

* improve urpmi

* use get_bin_path rather than hard coding the path

* fix pep8 issue

* avoid using global

* - `RPM_PATH`, `URPMIUPDATE_PATH`, `URPME_PATH`) aren't constants, they should be lowercase rather than uppercase
- shorten too long lines
- remove unused import

* revert removed imports

* use lowercase rather than uppercase

* update doc

* update doc

* update doc after sanity check
2018-04-10 13:10:56 -04:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
apk.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
apt.py apt: allow for --allow-unauthenticated in upgrade (#38381) 2018-04-10 15:37:41 +02: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: check attribute repo for None value (#36944) 2018-03-19 10:16:43 -04:00
apt_rpm.py Clean up non-standard module shebangs. 2018-03-21 11:04:55 -07:00
dnf.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
dpkg_selections.py Fix packaging/os modules for wildcard imports and get_exception 2018-02-06 08:44:49 -08:00
homebrew.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
homebrew_cask.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
homebrew_tap.py Fix packaging/os modules for wildcard imports and get_exception 2018-02-06 08:44:49 -08:00
layman.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
macports.py Fix packaging/os modules for wildcard imports and get_exception 2018-02-06 08:44:49 -08:00
openbsd_pkg.py Fix invalid string escape sequences. 2017-11-21 20:59:08 -08:00
opkg.py Fix packaging/os modules for wildcard imports and get_exception 2018-02-06 08:44:49 -08: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 Clean up non-standard module shebangs. 2018-03-21 11:04:55 -07:00
pkg5.py pkg5: PEP8 compliancy and documentation changes (#33559) 2017-12-05 07:56:16 -05:00
pkg5_publisher.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
pkgin.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
pkgng.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
pkgutil.py Fix packaging/os modules for wildcard imports and get_exception 2018-02-06 08:44:49 -08:00
portage.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
portinstall.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
pulp_repo.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
redhat_subscription.py Add no_log to activationkey (#36657) 2018-04-03 07:35:21 -04:00
rhn_channel.py rhn_channel: PEP8 compliancy and doc fixes (#30912) 2017-10-03 09:50:44 +02:00
rhn_register.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
rhsm_repository.py Add aliases for parameters to rhsm_repository module (#35800) 2018-02-08 14:13:47 +01:00
rpm_key.py rpm_key: PEP8 compliancy and documentation changes (#33426) 2017-12-04 13:30:27 +01:00
slackpkg.py Fix packaging/os modules for wildcard imports and get_exception 2018-02-06 08:44:49 -08:00
sorcery.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
svr4pkg.py Fix packaging/os modules for wildcard imports and get_exception 2018-02-06 08:44:49 -08:00
swdepot.py Clean up non-standard module shebangs. 2018-03-21 11:04:55 -07:00
swupd.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
urpmi.py urpmi module improvements (#37596) 2018-04-10 13:10:56 -04:00
xbps.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
yum.py doc: apt, yum: add example with package lists (#38333) 2018-04-06 10:58:51 +02:00
yum_repository.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
zypper.py Clean up non-standard module shebangs. 2018-03-21 11:04:55 -07:00
zypper_repository.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00