- name: "INSTALL: UNPACK TAR ARCHIVE"
ansible.builtin.unarchive:
src: "{{ found_tars.files[0].path }}"
dest: "/opt/rio-collector"
remote_src: yes
owner: cometgran
group: comet
mode: '0755'
extra_opts:
- '--strip-components=1'
become: yes
register: tar_install_status
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)