refactored folder

This commit is contained in:
2025-11-20 14:05:17 +01:00
parent c6a0550a85
commit 35147d887b

View File

@@ -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