No description
Find a file
aresch 6970dc39ee 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
cloud Merge pull request #6265 from franckcuny/gce-fixes 2014-03-05 00:11:52 -05:00
commands Add creates= and removes= to the script: action 2014-02-18 12:52:09 +00:00
database Emphasize target is on remote host. List supported file types. 2014-02-26 12:56:24 +01:00
files Simplify file module parameter description. 2014-02-28 13:55:07 -05:00
internal ansible -> ansibleworks 2014-01-28 20:29:41 -05:00
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 2013-10-11 16:37:10 -04:00
messaging Typo in rabbitmq_plugin docs 2014-02-28 11:38:11 -06:00
monitoring Merge pull request #5039 from bpennypacker/airbrake 2014-02-12 12:32:28 -05:00
net_infrastructure All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ). 2014-01-15 09:52:17 -05:00
network Fixing the unicode issue in uri for EL6 platforms 2014-02-25 13:04:05 -06:00
notification ansible -> ansibleworks 2014-01-28 20:29:41 -05:00
packaging Fix rpm_key on system with no gpg keys imported 2014-03-06 16:12:11 -08:00
source_control Pass svn arguments as a list of strings instead of using string substition to ensure all parameters are escaped properly. 2014-02-26 22:23:26 -05:00
system Merge pull request #5872 from tomdymond/add-ignoreerror-to-sysctl 2014-03-05 12:58:05 -05:00
utilities Fix up examples in the assert docs to match the way things work. 2014-03-01 09:34:21 -05:00
web_infrastructure Add comment about mod_admin_extra 2014-03-04 09:19:44 -05:00