You know… I already have posted the below Topic in ansible Mailing List but still posting here for a Better Reach…
Code:
- name: Install the MySQL repo.
dnf:
name: http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
state: present
Error:
TASK [Install the MySQL repo.] *****************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to validate GPG signature for mysql-community-release-el7-5.noarch"}
Hope you Guys will Help Me out…
With Hope,
Prabhakaran