From 4fed6fc30657fad20f5f0bfe02a74cc308667458 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Tue, 7 Mar 2023 17:41:02 +0100 Subject: [PATCH] up --- Copy_Files.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Copy_Files.yml b/Copy_Files.yml index 4db7deb..dc677f2 100644 --- a/Copy_Files.yml +++ b/Copy_Files.yml @@ -1,5 +1,5 @@ - name: Copier depuis repo - hosts: 10.10.30.38 + hosts: all become: true tasks: - name: copy @@ -10,4 +10,4 @@ owner: admin group: admin mode: "0644" - delegate_to: all \ No newline at end of file + delegate_to: 10.10.30.38 \ No newline at end of file