From 15897d345a1b61c35a8f1cdcef6f0ab61b624b2e Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:38:15 -0500 Subject: [PATCH] format correction --- 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 382413d..f8abaa4 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: bunzip2 /tmp/restic.bz2 /tmp/restic + cmd: bunzip2 /tmp/restic.bz2 creates: /tmp/restic - name: Move restic to /usr/bin/