- name: Create symlink as cometgran user
ansible.builtin.file:
src: "/opt/CPLS/{{ app_version }}"
dest: "/opt/CPLS/current"
state: link
become: true
become_user: cometgran
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)