Hi
I want to copy a file from windows client to Ansible controller machine (linux). I see fetch command which does that .What is the equivalent one for windows. I could not find it in the documentation
Thanks
Hi
I want to copy a file from windows client to Ansible controller machine (linux). I see fetch command which does that .What is the equivalent one for windows. I could not find it in the documentation
Thanks
The fetch module also works on Windows (see
https://github.com/ansible/ansible/blob/devel/test/integration/roles/test_win_fetch/tasks/main.yml
for some example usage).