switch gunzip to bunzip

This commit is contained in:
tolerryan
2024-10-18 13:32:58 -05:00
parent 9abc8d4248
commit 2079cc377c

View File

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