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

@ -34,6 +34,8 @@
template:
src: "{{ role_path }}/templates/web/env.j2"
dest: "{{ matrix_jitsi_web_base_path }}/env"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
mode: 0640
when: matrix_jitsi_enabled|bool
@ -41,6 +43,8 @@
template:
src: "{{ role_path }}/templates/web/{{ item }}.j2"
dest: "{{ matrix_jitsi_web_config_path }}/{{ item }}"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
mode: 0644
with_items:
- custom-config.js