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
I have seen the following error(s) on my terminal output/logs:
{"changed": false, "msg": "The specified fingerprint, '573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62', does not match the key fingerprint '8540A6F18833A80E9C1653A42FD21310B49F6B46'"}
Expected behavior
nginx installation
Your environment
Version of the Ansible NGINX role (or specific commit): Ansible Galaxy nginxinc.nginx_core0.8.0
Version of Ansible: ansible-core:2.14.0
How is Ansible being managed (CLI/pipeline/Automation Hub/etc...): Gitlab
Target deployment platform(s): VM Oracle Linux 8.8
Heya! This is technically an issue with the Ansible NGINX core collection and it being outdated. You can easily bypass the issue by installing this role separately and using it instead of the NGINX collection 😄
Heya! This is technically an issue with the Ansible NGINX core collection and it being outdated. You can easily bypass the issue by installing this role separately and using it instead of the NGINX collection 😄
The collection includes an outdated version of this role that does not incorporate this PR f0ec588.
The PR you opened would fundamentally revert back this role to the version you are using by using the collection right now. The collection does not pull the latest role release, it has a hardcoded version.
The docs you linked are for the nginx agent, not nginx, but at any rate they use a key that has expired. The key expiration has been updated, but for some reason Ansible does not seem to like the new expiration date. The key id found on this role right now is the actual new key that NGINX will be moving to in the near future.
I am leaving this issue open until the collection is updated, but it is not an issue with this role.
Describe the bug
Instalattion error
To reproduce
Steps to reproduce the bug:
playbook.yml
:Expected behavior
nginx installation
Your environment
nginxinc.nginx_core
0.8.0
ansible-core:2.14.0
galaxy.yml
Additional context (optional)
https://docs.nginx.com/nginx-agent/installation-upgrade/installation-oss/
the documentation indicates the fingerprint
573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62
The text was updated successfully, but these errors were encountered: