You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's some invalid GPG signatures on Debian 11 and 12
To reproduce
Steps to reproduce the behavior:
Deploy the Ansible NGINX role using playbook.yml
Try to update target system with apt update & apt upgrade
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
The text was updated successfully, but these errors were encountered:
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
Describe the bug
There's some invalid GPG signatures on Debian 11 and 12
To reproduce
Steps to reproduce the behavior:
playbook.yml
apt update & apt upgrade
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
nginxinc.nginx, 0.24.1
ansible [core 2.14.3]
The text was updated successfully, but these errors were encountered: