Greeting Guys,
I am using Ansible 2.9.6 from a Debian machine and i am trying to run the ping_win module
on a windows target host but i am presented with this error.
“”"
“msg”: “Authentication or permission failure. In some cases, you may have been able to authenticate and did not have permissions on the target directory. Consider changing the remote tmp path in ansible.cfg to a path rooted in "/tmp". Failed command was: ( umask 77 && mkdir -p "echo /tmp/.ansible-abc/ansible-tmp-1608935561.4827693-223757110227446
" && echo ansible-tmp-1608935561.4827693-223757110227446="echo /tmp/.ansible-abc/ansible-tmp-1608935561.4827693-223757110227446
" ), exited
with result 1”,
“unreachable”: true
}
“”"
Even thought i am able to ssh to the windows host fine by running
ssh <ip-of-the-server>
Any help is appreciated.