fix the path

This commit is contained in:
Andreas Zweili 2021-08-23 15:05:47 +02:00
parent 6516efd964
commit c70abf0fb7
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@
- name: "Install restic"
copy:
src: "/tmp/restic"
dest: "/urs/bin/restic"
dest: "/usr/bin/restic"
remote_src: yes
mode: "751"