This commit is contained in:
parent
01991435ae
commit
6ea03d152c
@ -11,6 +11,12 @@
|
||||
remote_src: yes
|
||||
extra_opts: "{{ item.extra_opts | default(omit) }}"
|
||||
|
||||
- ansible.builtin.command:
|
||||
cmd: ls -lash {{ archive.path }}
|
||||
register: results
|
||||
- ansible.builtin.debug:
|
||||
var: results
|
||||
|
||||
- name: Install extracted binary
|
||||
ansible.builtin.copy:
|
||||
src: "{{ archive.path }}/{{ item.filename }}"
|
||||
|
Loading…
Reference in New Issue
Block a user