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' mode: '0755'
- name: Extract restic bz2 file - name: Extract restic bz2 file
unarchive: ansible.builtin.command:
src: "/tmp/restic.bz2" cmd: gunzip /tmp/restic.bz2 /tmp/restic
dest: "/tmp" creates: /tmp/restic
remote_src: yes
extra_opts: ["--strip-components=1"]
- name: Move restic to /usr/bin/ - name: Move restic to /usr/bin/
copy: copy: