mirror of https://github.com/ansible/ansible.git
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 $? 0pull/6323/head
parent
4d80019ac8
commit
a45bfbe06e
Loading…
Reference in New Issue