removing unarchive function

This commit is contained in:
tolerryan
2024-10-18 13:30:53 -05:00
parent 54593b7f52
commit 9abc8d4248

View File

@@ -133,11 +133,9 @@
mode: '0755'
- name: Extract restic bz2 file
unarchive:
src: "/tmp/restic.bz2"
dest: "/tmp"
remote_src: yes
extra_opts: ["--strip-components=1"]
ansible.builtin.command:
cmd: gunzip /tmp/restic.bz2 /tmp/restic
creates: /tmp/restic
- name: Move restic to /usr/bin/
copy: