For example I want to copy files between two windows servers being managed using winrm
Normally with linux control node I can fetch file back to control node from one windows server and then can copy the file to other windows server using fetch and copy modules .I might change the filenames during copy and fetch or do some changes before copying them back
How do I achieve above copy and fetch functionality when using AWX