On 9/24/20 6:19 AM, Prabhakaran Karuppaih wrote:
> Hi Members,
>                         I am running an ansible Playbook which installs the 
> below community version of MySql repo:
> 
> mysql-community-release-e17-5.noarch
> 
> But the problem is I am getting the Below error Message:
> Fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to validate 
> GPG signature for
> mysql-community-release-e17-5.noarch"}
> 
> How to fix this out?

How does the corresponding task looks like and what is your Linux distribution?

> 
> I am also getting one warning message all the time I tried running the 
> Playbook:
> The warning goes like this...
> /usr/lib/python2.7/site-packages/ansible/parsing/vault/__init__.py:44: 
> CryptographyDepreciationWarning: Python 2 is no
> longer supported by the Python core team. Support for it is now deprecated in 
> cryptography, and will be removed in a
> future release.
>    from cryptography.exceptions import InvalidSignature
> 
> Just curious to Know... Is that any relation among these 2 errors?

Use Python 3 :-).

Set the following variable (e.g. in your inventory)

ansible_python_interpreter: /usr/bin/python3

Regards
         Racke

> 
> Anyway, I want to fix both the issure as early as possible. Thanks for 
> reading...
> 
> With Hope,
> Prabhakaran
> 
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Ansible Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to
> [email protected] 
> <mailto:[email protected]>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/3cde4dfb-ec14-4fce-a4ad-396449751560n%40googlegroups.com
> <https://groups.google.com/d/msgid/ansible-project/3cde4dfb-ec14-4fce-a4ad-396449751560n%40googlegroups.com?utm_medium=email&utm_source=footer>.


-- 
Ecommerce and Linux consulting + Perl and web application programming.
Debian and Sympa administration. Provisioning with Ansible.

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/13dc5f11-065d-fb16-2324-8a9eb819a235%40linuxia.de.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to