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