Actions
Bug #29359
closedubuntu 16.04 and 18.04 NO_PUBKEY error on ansible-runner installation
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
ubuntu 16.04 and 18.04 NO_PUBKEY error during ansible plugin installation
sudo foreman-installer --enable-foreman-plugin-ansible --enable-foreman-proxy-plugin-ansible
Provides the following error message during the apt installation of ansible-runner and does not install ansible-runner because of missing public key.
Ubuntu 16.04:
Err:8 https://releases.ansible.com/ansible-runner/deb xenial InRelease
The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY D430849D3DD29021
Ubuntu 18.04:
Err:9 https://releases.ansible.com/ansible-runner/deb bionic InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D430849D3DD29021
Workaround:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D430849D3DD29021
Updated by Ewoud Kohl van Wijngaarden over 4 years ago
- Related to Bug #31430: Installer can't install the Ansible plugin on Debian/Ubuntu added
Updated by Ewoud Kohl van Wijngaarden almost 3 years ago
- Status changed from New to Resolved
We have since packaged ansible-runner in our own repositories so this is no longer an issue.
Actions