瀏覽代碼

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
沒有發現已知的金鑰在資料庫的簽署中 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"


Loading…
取消
儲存