- name: Set permissions for the application script
ansible.builtin.file:
path: /opt/cpls/bin/myapp.sh
state: file
owner: myuser
group: mygroup
mode: '0755'
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)