Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rpm keys check - Not a public key: https://getfedora.org/static/fedora.gpg #42

Open
Ichigo85 opened this issue Aug 25, 2022 · 1 comment

Comments

@Ichigo85
Copy link

Hello @rbicker ,
Lately, I have this issue on ansible and I do not understand how to fix it.

TASK [rbicker.nextcloud : ensure rpm keys are imported] ************************
failed: [shared] (item=https://getfedora.org/static/fedora.gpg) => {"ansible_loop_var": "item", "changed": false, "item": "https://getfedora.org/static/fedora.gpg", "msg": "Not a public key: https://getfedora.org/static/fedora.gpg"}
changed: [shared] => (item=https://rpms.remirepo.net/RPM-GPG-KEY-remi2018) => {"ansible_loop_var": "item", "changed": true, "item": "https://rpms.remirepo.net/RPM-GPG-KEY-remi2018"}

I tried to update my centOS/7 virtual machine but it doesn't work.
Do you have any idea to solve it?
Thank you.

@cfagno
Copy link

cfagno commented Sep 12, 2022

Hello @rbicker,
I have the same issue on ansible.

failed: [nextcloud] (item=https://getfedora.org/static/fedora.gpg) => changed=false 
  ansible_loop_var: item
  item: https://getfedora.org/static/fedora.gpg
  msg: 'Not a public key: https://getfedora.org/static/fedora.gpg'

I have this issue with rpmkeys :

]$ LC_ALL=C rpmkeys -v --import https://getfedora.org/static/fedora.gpg
error: https://getfedora.org/static/fedora.gpg: key 1 not an armored public key

I found the same issue here : rpm-software-management/libdnf#1320
That seems to be fixed locally but not globally.

Do you have any idea to solve it globally ?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants