Closed leandroembu closed 4 months ago
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
Root cause: #730
A new version of the role has been released! This issue should now be fixed 😄
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 <signing-key@nginx.com>
Expected behavior
A working update with no signature issues.
Your environment
nginxinc.nginx, 0.24.1
ansible [core 2.14.3]