|
|
@@ -23,12 +23,3 @@ |
|
|
mode: 0644 |
|
|
mode: 0644 |
|
|
owner: "{{ matrix_user_username }}" |
|
|
owner: "{{ matrix_user_username }}" |
|
|
group: "{{ matrix_user_groupname }}" |
|
|
group: "{{ matrix_user_groupname }}" |
|
|
|
|
|
|
|
|
- name: Ensure Matrix /.well-known/matrix/support configured |
|
|
|
|
|
template: |
|
|
|
|
|
src: "{{ role_path }}/templates/well-known/matrix-support.j2" |
|
|
|
|
|
dest: "{{ matrix_static_files_base_path }}/.well-known/matrix" |
|
|
|
|
|
mode: 0644 |
|
|
|
|
|
owner: "{{ matrix_user_username }}" |
|
|
|
|
|
group: "{{ matrix_user_groupname }}" |
|
|
|
|
|
when: matrix_homeserver_admin_contacts|length > 0 |
|
|
|