Commit 7c18ba1dee8b4aeaa946f67daa38de53cc5f910a

Authored by Thorsieger
1 parent 2056d0e3

ajout de lancement du script de configuration du port

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
Ansible/roles/arduino_Setup/tasks/main.yml
... ... @@ -13,3 +13,6 @@
13 13 src: ../../../../site/fichiersRPI/fichiersRPI.zip
14 14 dest: /home/pi/capteur{{capteur}}
15 15 mode: "0755"
  16 +
  17 +- name: "execution du script de gestion des ports"
  18 + shell: /home/pi/capteur{{capteur}}/port.sh
16 19 \ No newline at end of file
... ...