From c70abf0fb72856b3ea3c6704818aa1209c85ff70 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 23 Aug 2021 15:05:47 +0200 Subject: [PATCH] fix the path --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 655d8ce..bbc0367 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -9,6 +9,6 @@ - name: "Install restic" copy: src: "/tmp/restic" - dest: "/urs/bin/restic" + dest: "/usr/bin/restic" remote_src: yes mode: "751"