removing unarchive function
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user