-
Notifications
You must be signed in to change notification settings - Fork 354
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
Instalation error fingerprint. #759
Comments
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 😄 |
Even if Core is outdated and not supported, this does not change the fact that your fingerprint is incorrect. you have
link to documentation: https://docs.nginx.com/nginx-agent/installation-upgrade/installation-oss/ I don't think changing my role will help me. since the core version includes your nginxinc.nginx role. |
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: