JocelynPa 3 years ago
parent a616b3146f
commit 4fed6fc306

@ -1,5 +1,5 @@
- name: Copier depuis repo - name: Copier depuis repo
hosts: 10.10.30.38 hosts: all
become: true become: true
tasks: tasks:
- name: copy - name: copy
@ -10,4 +10,4 @@
owner: admin owner: admin
group: admin group: admin
mode: "0644" mode: "0644"
delegate_to: all delegate_to: 10.10.30.38
Loading…
Cancel
Save