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