refactored folder
This commit is contained in:
@@ -11,10 +11,10 @@
|
|||||||
- name: Copy a single file
|
- name: Copy a single file
|
||||||
ansible.windows.win_copy:
|
ansible.windows.win_copy:
|
||||||
src: prueba.txt
|
src: prueba.txt
|
||||||
dest: C:\Users\vboxuser\Desktop\escritorio.txt
|
dest: C:\Users\AnsibleNode\Desktop\escritorio.txt
|
||||||
|
|
||||||
- name: Copy a single file where the source is on the remote host
|
- name: Copy a single file where the source is on the remote host
|
||||||
ansible.windows.win_copy:
|
ansible.windows.win_copy:
|
||||||
src: C:\Users\vboxuser\Desktop\escritorio.txt
|
src: C:\Users\AnsibleNode\Desktop\escritorio.txt
|
||||||
dest: C:\Users\vboxuser\Desktop\escritorioSegundo.txt
|
dest: C:\Users\AnsibleNode\Desktop\escritorioSegundo.txt
|
||||||
remote_src: true
|
remote_src: true
|
||||||
Reference in New Issue
Block a user