|
|
@@ -70,6 +70,7 @@ |
|
|
group: "{{ matrix_user_groupname }}" |
|
|
group: "{{ matrix_user_groupname }}" |
|
|
|
|
|
|
|
|
- name: Ensure Element map style installed |
|
|
- name: Ensure Element map style installed |
|
|
|
|
|
when: matrix_client_element_location_sharing_enabled | bool |
|
|
ansible.builtin.copy: |
|
|
ansible.builtin.copy: |
|
|
content: "{{ matrix_client_element_location_map_style | to_nice_json }}" |
|
|
content: "{{ matrix_client_element_location_map_style | to_nice_json }}" |
|
|
dest: "{{ matrix_client_element_data_path }}/style.json" |
|
|
dest: "{{ matrix_client_element_data_path }}/style.json" |
|
|
|