fix the copy command

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

View File

@ -8,7 +8,7 @@
- name: "Install restic"
copy:
src: "/tmp/restic_{{ restic_version }}_linux_amd64"
src: "/tmp/restic"
dest: "/urs/bin/restic"
remote_src: yes
mode: "751"