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: