Clarify task name and add user and group to templated env file

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
housekeeping
Paul N 2 years ago committed by titanz
parent e08bd55d75
commit 9e5d88b2c3
Signed by: titanz
GPG Key ID: EABC72179C71D4F5

@ -28,10 +28,12 @@
# TODO
# when: "matrix_user_verification_service_container_image_self_build|bool"
- name: write env file
- name: Ensure Matrix User Verification Service env file installed
ansible.builtin.template:
src: "{{ role_path }}/templates/.env.j2"
dest: "{{ matrix_user_verification_service_config_env_file }}"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
mode: 0644
- name: Ensure matrix-user-verification-service.service installed

Loading…
Cancel
Save