From 6516efd96490315011e6405ffc7a32c01ba20032 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 23 Aug 2021 15:04:53 +0200 Subject: [PATCH] fix the copy command --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"