Are Cross-Postings allowed Here?

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

That’s really off-topic, sorry. Probably is better to try in MySQL forums.

  1. Bad post title – unlikely to attract any eyes with relevant knowledge. Better bait == better fish.

  2. Ansible or MySQL forums are probably more fruitful hunting grounds.

  3. Have you tried ‘googling’ for ‘Failed to validate GPG signature for mysql-community-release-el7-5.noarch?’

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.