소스 검색

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
부모
커밋
8d161f3c79
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      roles/custom/matrix-client-element/tasks/setup_install.yml

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


불러오는 중...
취소
저장