Hi Community Members, I am writing an Ansible playbook for which I want to copy files directly from Server A to Server B directly, skipping the Ansible node, i.e., I do not want to use Fetch and Copy module. I have tried the synchronize module to do the said task but however, it fails with the following error: \"item\", \"changed\": false, \"cmd\": \"sshpass\", \"item\":ABC.csv \"msg\": \"[Errno 2] No such file or directory\", \"rc\": 2} \nfailed
If anyone has done something similar, can you guide us how we can accomplish this? Any help is appreciated. Thanks Shivam -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/ba8c10fc-017b-4efe-8357-85aa98ba8d03n%40googlegroups.com.
