ansible/library/packaging
aresch a45bfbe06e Fix rpm_key on system with no gpg keys imported
Without the -a option, rpm command will fail (exit code 1) and execute_command() will fail causing an initial key import to not work.

[root@test ~]# rpm -q gpg-pubkey
package gpg-pubkey is not installed
[root@test ~]# echo $?
1
[root@test ~]# rpm -qa gpg-pubkey
[root@test ~]# echo $?
0
2014-03-06 16:12:11 -08:00
..
apt Merge branch '5853-python-2.5-apt_repository-fix' of https://github.com/timurbatyrshin/ansible into timurbatyrshin-5853-python-2.5-apt_repository-fix 2014-02-24 15:20:29 -06:00
apt_key apt_key module: Case insensitive presence checking 2014-01-14 01:11:40 +01:00
apt_repository Merge branch '5853-python-2.5-apt_repository-fix' of https://github.com/timurbatyrshin/ansible into timurbatyrshin-5853-python-2.5-apt_repository-fix 2014-02-24 15:20:29 -06:00
cpanm Update cpanm module to newer module patterns 2014-03-03 13:37:32 -05:00
easy_install Fixes #5381 easy_install bug when used with virtualenv 2013-12-20 16:44:18 -06:00
gem Fixes #5819: Added --executables to gem uninstall command. 2014-01-30 00:09:28 +00:00
homebrew Use "brew list <name>" instead of grepping the output of "brew list". 2014-01-03 15:15:20 +01:00
macports Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
npm Make the npm production parameter in the docs list the choices. 2014-02-28 14:00:00 -05:00
openbsd_pkg Merge pull request #4949 from eest/openbsd_pkg-rework-name-parsing 2013-12-13 08:05:25 -08:00
opkg Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
pacman small change to docs 2014-02-06 20:35:42 -07:00
pip Remove use_mirrors from pip module 2014-02-18 10:49:22 -05:00
pkgin Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
pkgng Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
pkgutil Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
portinstall Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
redhat_subscription Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
rhn_channel Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
rhn_register Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
rpm_key Fix rpm_key on system with no gpg keys imported 2014-03-06 16:12:11 -08:00
svr4pkg Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
swdepot Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
urpmi Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
yum add failsafe comment for install_repoquery 2014-02-27 13:42:05 -05:00
zypper remove check for version string 2014-02-12 17:14:43 +01:00
zypper_repository zypper_repository: claims to support check_mode, but does not. Fixes GH-5614. 2014-01-14 14:20:18 +01:00