replace unarchive with with restic

unarchive can't extract bz2 archives
This commit is contained in:
Andreas Zweili 2021-08-23 15:00:42 +02:00
parent feb727b950
commit b67a090397
1 changed files with 1 additions and 4 deletions

View File

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