Sfoglia il codice sorgente

Update roles/custom/matrix-client-element/tasks/setup_install.yml

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/2276/head
NullIsNot0 3 anni fa
committed by GitHub
parent
commit
8d161f3c79
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      roles/custom/matrix-client-element/tasks/setup_install.yml

+ 1
- 0
roles/custom/matrix-client-element/tasks/setup_install.yml Vedi File

@@ -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"


Caricamento…
Annulla
Salva