Commit c5dbf117dc643ab25355b324b835c9a64a8ec5f0
1 parent
2bf066aa
correction bon chemin dl fichier zip
Showing
2 changed files
with
1 additions
and
7 deletions
Show diff stats
Ansible/inventaire.ini deleted
Ansible/roles/arduino_Setup/tasks/main.yml
@@ -10,6 +10,6 @@ | @@ -10,6 +10,6 @@ | ||
10 | 10 | ||
11 | - name: "Download and unzip files" | 11 | - name: "Download and unzip files" |
12 | unarchive: | 12 | unarchive: |
13 | - src: http://projet-p10.plil.fr/fichiersRPI/fichiersRPI.zip | 13 | + src: http://projet-p10.plil.fr/IMA3_P10/site/fichiersRPI/fichiersRPI.zip |
14 | dest: /home/pi/capteur{{capteur}} | 14 | dest: /home/pi/capteur{{capteur}} |
15 | remote_src: yes | 15 | remote_src: yes |