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

GPG invalid signatures #731

Closed
leandroembu opened this issue Jul 10, 2024 · 3 comments
Closed

GPG invalid signatures #731

leandroembu opened this issue Jul 10, 2024 · 3 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@leandroembu
Copy link

Describe the bug

There's some invalid GPG signatures on Debian 11 and 12

To reproduce

Steps to reproduce the behavior:

  1. Deploy the Ansible NGINX role using playbook.yml
  2. Try to update target system with apt update & apt upgrade
  3. See error:

W: Failed to fetch https://nginx.org/packages/mainline/debian/dists/bookworm/InRelease The following signatures were invalid: EXPKEYSIG ABF5BD827BD9BF62 nginx signing key <[email protected]>

Expected behavior

A working update with no signature issues.

Your environment

  • Version of the Ansible NGINX role or specific commit: nginxinc.nginx, 0.24.1
  • Version of Ansible: ansible [core 2.14.3]
  • Target deployment platform: Debian 11 and 12
@inntran
Copy link

inntran commented Jul 11, 2024

Have you tried switch to use the main branch? I faced same issue of RPM distros.
My requirements.yml:

roles: 
  - name: nginxinc.nginx
    version: 'a34243d8d8ba136d0d291c13b48ec95e3e9c8f3c' # up-to-date main branch as of 2024-07-10
    src: https://github.com/nginxinc/ansible-role-nginx

@inntran
Copy link

inntran commented Jul 11, 2024

Root cause: #730

@alessfg alessfg self-assigned this Jul 11, 2024
@alessfg alessfg added the bug Something isn't working label Jul 11, 2024
@alessfg alessfg added this to the 0.24.3 milestone Jul 11, 2024
@alessfg
Copy link
Collaborator

alessfg commented Jul 11, 2024

A new version of the role has been released! This issue should now be fixed 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants