Commit 7d7542f7b021de3d39e54d16c3357f7221dc96d1

Authored by root
1 parent 38eb483d

correction du chemin de copie du fichier

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
Ansible/roles/arduino_Setup/tasks/Install.yml
... ... @@ -10,7 +10,7 @@
10 10 - name: "Copy file for GPIO setup"
11 11 copy:
12 12 src: ../../../../codes/avrdude_gpio.conf
13   - dest: ~.
  13 + dest: ~/avrdude_gpio.conf
14 14 owner: root
15 15 group: root
16 16 mode: '0644'
... ... @@ -60,4 +60,4 @@
60 60 pip:
61 61 executable: pip3
62 62 name: pyserial
63   -
64 63 \ No newline at end of file
  64 +
... ...