fix permissions

This commit is contained in:
Aine
2022-04-03 00:49:57 +03:00
parent c1f34932c3
commit 5f0ece0c28
6 changed files with 18 additions and 0 deletions

View File

@ -33,6 +33,8 @@
template:
src: "{{ role_path }}/templates/prosody/env.j2"
dest: "{{ matrix_jitsi_prosody_base_path }}/env"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
mode: 0640
when: matrix_jitsi_enabled|bool