fix the extract command

This commit is contained in:
Andreas Zweili 2021-08-23 15:07:58 +02:00
parent c70abf0fb7
commit e670e3efde
1 changed files with 1 additions and 1 deletions

View File

@ -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: