diff --git a/tasks/main.yml b/tasks/main.yml index 752c14b..655d8ce 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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"