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