Copying file checked-in to project directory to remote machine

I have a powershell file checked-in to project directory.
What is the best way to copy and execute it.
When i use win_copy. it expects the source to be on local machine.
where can i find checked-in files on ansible tower?

Have you tried script module?