Hi,

I tried to copy files between network shares on windows machines and the 
size of the folder is 19GB. After copying 5GB of data getting the following 
error.


*"Exception calling \"Invoke\" with \r\n\"0\" argument(s): \"The running 
command stopped because the preference variable 
\r\n"ErrorActionPreference\" common parameter set to stop: Cannot find 
path"*

is there any limitations for win_copy module ?. We can't use win_get_url in 
our server environment. 

The play book is, 

- win_copy:
     src: "\\\\192.168.1.1\\instance\\data"
     dest: "\\\\192.168.1.2\\backup\\"
     force: true
     remote_src: true
     become_method: runas
     become_user: "admin@adroot"
     become: true

Thanks and regards,
Shyam.

-- 
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 post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/e78b7a8f-07c9-4639-83f2-5f2a5de53990%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to