Explorar el Código
Update roles/custom/matrix-client-element/tasks/setup_install.yml
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/2276/head
NullIsNot0
hace 3 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
0 borrados
-
roles/custom/matrix-client-element/tasks/setup_install.yml
|
|
|
@@ -70,6 +70,7 @@ |
|
|
|
group: "{{ matrix_user_groupname }}" |
|
|
|
|
|
|
|
- name: Ensure Element map style installed |
|
|
|
when: matrix_client_element_location_sharing_enabled | bool |
|
|
|
ansible.builtin.copy: |
|
|
|
content: "{{ matrix_client_element_location_map_style | to_nice_json }}" |
|
|
|
dest: "{{ matrix_client_element_data_path }}/style.json" |
|
|
|
|