From b40b4629d7e40b0b670245feef57db673a168da9 Mon Sep 17 00:00:00 2001 From: NullIsNot0 Date: Fri, 18 Nov 2022 11:15:41 +0200 Subject: [PATCH] Update roles/custom/matrix-client-element/tasks/validate_config.yml Co-authored-by: Slavi Pantaleev --- roles/custom/matrix-client-element/tasks/validate_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-client-element/tasks/validate_config.yml b/roles/custom/matrix-client-element/tasks/validate_config.yml index d9f5ecefc..f5ec6afd5 100644 --- a/roles/custom/matrix-client-element/tasks/validate_config.yml +++ b/roles/custom/matrix-client-element/tasks/validate_config.yml @@ -14,7 +14,7 @@ You need to define at least one map tile server. when: - matrix_client_element_location_sharing | bool - - matrix_client_element_location_map_tile_servers == [] + - matrix_client_element_location_map_tile_servers | length == 0 - name: (Deprecation) Catch and report riot-web variables ansible.builtin.fail: