Hi Guys,
I have one Ansible Playbook to send mail to some users. But whenever I try to run the playbook, it is showing me the below error.
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Authentication to smtp.gmail.com:587 failed, please check your username and/or password", "rc": 1}
How can I solve this error?