enter image description here
this is a small project trying to connect a remote VM using a controller VM # Ansible & Vbox locally .
After running the ansible ping module it return the ping pong correctly . But when trying with the playbook I got that error >>
TASK [Gathering Facts] *******************************************************************************************************************************************************************************************
fatal: [192.168.233.118]: FAILED! => {“msg”: “Missing sudo password”}
PLAY RECAP *******************************************************************************************************************************************************************************************************
192.168.233.118 : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
Any Help Here.
enter image description here
Screen 2 with flag -vvv
hammad ibrahim is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.