From 8d161f3c79555387eafa1d1739955345b6a8e864 Mon Sep 17 00:00:00 2001 From: NullIsNot0 Date: Fri, 18 Nov 2022 11:16:24 +0200 Subject: [PATCH] Update roles/custom/matrix-client-element/tasks/setup_install.yml Co-authored-by: Slavi Pantaleev --- roles/custom/matrix-client-element/tasks/setup_install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/custom/matrix-client-element/tasks/setup_install.yml b/roles/custom/matrix-client-element/tasks/setup_install.yml index 54b91f142..f98cab41a 100644 --- a/roles/custom/matrix-client-element/tasks/setup_install.yml +++ b/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"