From 54593b7f52353cb7ff1eba1460c9e993e2ff7c21 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:24:20 -0500 Subject: [PATCH] missedd file ext --- roles/lib/setup-restic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lib/setup-restic.yml b/roles/lib/setup-restic.yml index c83baec..e59c562 100644 --- a/roles/lib/setup-restic.yml +++ b/roles/lib/setup-restic.yml @@ -141,7 +141,7 @@ - name: Move restic to /usr/bin/ copy: - src: "/tmp/restic" + src: "/tmp/restic.bz2" dest: "/usr/bin/restic" remote_src: yes