This commit is contained in:
tolerryan
2024-10-18 13:37:29 -05:00
parent 2079cc377c
commit cd2455a7b1

View File

@@ -134,7 +134,7 @@
- name: Extract restic bz2 file - name: Extract restic bz2 file
ansible.builtin.command: ansible.builtin.command:
cmd: bunzip /tmp/restic.bz2 /tmp/restic cmd: bunzip2 /tmp/restic.bz2 /tmp/restic
creates: /tmp/restic creates: /tmp/restic
- name: Move restic to /usr/bin/ - name: Move restic to /usr/bin/