From e670e3efdecb4112aff90e82e2ada936be577f50 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 23 Aug 2021 15:07:58 +0200 Subject: [PATCH] fix the extract command --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index bbc0367..8b22b2f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -4,7 +4,7 @@ dest: /tmp/restic.bz2 - name: "Extract restic" - command: "bzip2 -d /tmp/restic.bz2" + command: "bzip2 -df /tmp/restic.bz2" - name: "Install restic" copy: