You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to 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
11 years ago
cloud Merge pull request #6265 from franckcuny/gce-fixes 11 years ago
commands Add creates= and removes= to the script: action 11 years ago
database Emphasize target is on remote host. List supported file types. 11 years ago
files Simplify file module parameter description. 11 years ago
internal ansible -> ansibleworks 11 years ago
inventory Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. 11 years ago
messaging Typo in rabbitmq_plugin docs 11 years ago
monitoring Merge pull request #5039 from bpennypacker/airbrake 11 years ago
net_infrastructure All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ). 11 years ago
network Fixing the unicode issue in uri for EL6 platforms 11 years ago
notification ansible -> ansibleworks 11 years ago
packaging Fix rpm_key on system with no gpg keys imported 11 years ago
source_control Pass svn arguments as a list of strings instead of using string substition to ensure all parameters are escaped properly. 11 years ago
system Merge pull request #5872 from tomdymond/add-ignoreerror-to-sysctl 11 years ago
utilities Fix up examples in the assert docs to match the way things work. 11 years ago
web_infrastructure Add comment about mod_admin_extra 11 years ago