From b67a0903971b4aa52a0803f7b3d3ab357d2c57f7 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 23 Aug 2021 15:00:42 +0200 Subject: [PATCH] replace unarchive with with restic unarchive can't extract bz2 archives --- tasks/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index a27b354..044dc06 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -4,10 +4,7 @@ dest: /tmp/restic.bz2 - name: "Extract restic" - unarchive: - src: "/tmp/restic.bz2" - dest: "/tmp" - remote_src: yes + command: "bzip -d /tmp/restic.bz2" - name: "Install restic" copy: