From a7e459d9f5f454b2f2e2ee9f721c18c24ee4215f Mon Sep 17 00:00:00 2001 From: Thorsieger Date: Wed, 25 Mar 2020 14:02:23 +0100 Subject: [PATCH] update taskPing --- Ansible/taskPing.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) 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