ansible-role-nginx icon indicating copy to clipboard operation
ansible-role-nginx copied to clipboard

Instalation error fingerprint.

Open arturmon opened this issue 1 year ago • 3 comments

Describe the bug

Instalattion error

To reproduce

Steps to reproduce the bug:

  1. I have deployed/run the Ansible NGINX role using the following playbook.yml:
---
- name: Install nginx
  ansible.builtin.include_role:
    name: nginx
  1. 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_core 0.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

galaxy.yml

collections:
  - name: community.crypto
    version: '2.21.1'

  - name: ansible.posix
    version: '1.4.0'

  - name: community.general
    version: '9.2.0'

  - name: community.docker 
    version: '3.2.1'

  - name: nginxinc.nginx_core
    version: '0.8.0'

Additional context (optional)

https://docs.nginx.com/nginx-agent/installation-upgrade/installation-oss/ the documentation indicates the fingerprint 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62

arturmon avatar Aug 07 '24 07:08 arturmon