From cd2455a7b13287aaa2d2ae83c7b234e303d5d8cd Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:37:29 -0500 Subject: [PATCH] typo --- roles/lib/setup-restic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lib/setup-restic.yml b/roles/lib/setup-restic.yml index 974bce6..382413d 100644 --- a/roles/lib/setup-restic.yml +++ b/roles/lib/setup-restic.yml @@ -134,7 +134,7 @@ - name: Extract restic bz2 file ansible.builtin.command: - cmd: bunzip /tmp/restic.bz2 /tmp/restic + cmd: bunzip2 /tmp/restic.bz2 /tmp/restic creates: /tmp/restic - name: Move restic to /usr/bin/