소스 검색
Update roles/custom/matrix-client-element/tasks/setup_install.yml
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/2276/head
NullIsNot0
3 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
0개의 파일을 삭제
-
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" |
|
|
|
|