Commit e37fe3109732a485f8f163ad42a9e4bda9f8c0e8

Authored by Thorsieger
1 parent 4fd2aedf

ajout fichier de test pour envoie fichier

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
Ansible/sendFile.yml 0 → 100644
... ... @@ -0,0 +1,6 @@
  1 +---
  2 +- name: "envoyer du fichier binaire.c"
  3 + get_url:
  4 + url: http://projet-p10.plil.fr/IMA3_P10/site/upload/binaire.c
  5 + dest: /home/pi/capteur{{capteur}}/binaire.c
  6 + mode: '0644'
0 7 \ No newline at end of file
... ...