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" - name: "Install restic"
copy: copy:
src: "/tmp/restic" src: "/tmp/restic"
dest: "/urs/bin/restic" dest: "/usr/bin/restic"
remote_src: yes remote_src: yes
mode: "751" mode: "751"