Upload File to Remote Directory
- name: Upload program file to target machine
win_copy:
src: "/tmp/setup.exe"
dest: "{{targetlocation}}\\" # or "C:\\temp\\
- name: Upload program file to target machine
win_copy:
src: "/tmp/setup.exe"
dest: "{{targetlocation}}\\" # or "C:\\temp\\
No Comments