From 0ce2121d01d79be4b6c04a4670b99b7ca2a92b76 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 17 Feb 2023 14:59:22 +0200 Subject: [PATCH] Fix variable typo in validation task --- 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 658542fb..fdf42df7 100644 --- a/roles/custom/matrix-client-element/tasks/validate_config.yml +++ b/roles/custom/matrix-client-element/tasks/validate_config.yml @@ -35,7 +35,7 @@ You need to define a required configuration setting (`{{ item }}`). when: "vars[item] == ''" with_items: - - matrix_synapse_admin_container_labels_traefik_hostname + - matrix_client_element_container_labels_traefik_hostname - matrix_client_element_container_labels_traefik_path_prefix # We ensure it doesn't end with a slash, because we handle both (slash and no-slash).