switch gunzip to bunzip
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
|
||||
- name: Extract restic bz2 file
|
||||
ansible.builtin.command:
|
||||
cmd: gunzip /tmp/restic.bz2 /tmp/restic
|
||||
cmd: bunzip /tmp/restic.bz2 /tmp/restic
|
||||
creates: /tmp/restic
|
||||
|
||||
- name: Move restic to /usr/bin/
|
||||
|
||||
Reference in New Issue
Block a user