diff --git a/Ansible/taskPing.yml b/Ansible/taskPing.yml index 383eeca..0164273 100644 --- a/Ansible/taskPing.yml +++ b/Ansible/taskPing.yml @@ -1,20 +1,6 @@ --- - name: Ping - hosts: localhost + hosts: all remote_user: pi tasks: - ping: - -- name: "envoyer d'un fichier vers arduino cpt1" - hosts: localhost - tasks: - - file: - path: /home/pifou/Documents/test - state: directory - mode: 0755 - group: pifou - owner: pifou - - get_url: - url: http://serveur-etu.polytech-lille.fr/~grouille/PROJET/upload/binaire.c - dest: /home/pifou/Documents/test/binaire.c - mode: '0440' \ No newline at end of file -- libgit2 0.21.2