I am attempting to install ansible 2.5.4 using the rpm at https://releases.ansible.com/ansible/rpm/release/epel-7-x86_64/ansible-2.5.4-1.el7.ans.noarch.rpm
Although rpm installs ansible and it runs, rpm reports that it is missing a key.
$ rpm -checksig ansible-2.4.5.rpm
ansible-2.4.5.rpm: RSA sha1 ((MD5) PGP) md5 NOT OK (MISSING KEYS: (MD5) PGP#442667a9)
$ rpm -qa gpg-pubkey ansible-2.4.5.rpm
gpg-pubkey-ec551f03-53619141
gpg-pubkey-352c64e5-52ae6884
gpg-pubkey-d50582e6-4a3feef6
Where do I find a properly signed rpm?
Thanks,
Michael