From 35147d887baa6a96abdda36e1ce3043693220685 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Thu, 20 Nov 2025 14:05:17 +0100 Subject: [PATCH] refactored folder --- training/windows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/training/windows.yml b/training/windows.yml index dae65ac..58b9106 100644 --- a/training/windows.yml +++ b/training/windows.yml @@ -11,10 +11,10 @@ - name: Copy a single file ansible.windows.win_copy: 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 ansible.windows.win_copy: - src: C:\Users\vboxuser\Desktop\escritorio.txt - dest: C:\Users\vboxuser\Desktop\escritorioSegundo.txt + src: C:\Users\AnsibleNode\Desktop\escritorio.txt + dest: C:\Users\AnsibleNode\Desktop\escritorioSegundo.txt remote_src: true \ No newline at end of file