- name: "RECURSIVELY SET OWNERSHIP AND PERMISSIONS FOR VERSION DIRECTORY"
ansible.builtin.file:
path: "/opt/{{ app_prefix }}/{{ app_version }}_{{ app_release }}"
owner: "{{ owner | default('cometgran') }}"
group: comet
mode: '0755'
recurse: yes
become: yes
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)