From e26fea02896c2a4bec90ae529683c2b36dfe2dc3 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 31 Oct 2024 10:44:35 +0200 Subject: [PATCH] Fix validation task (matrix_postmoogle_ -> matrix_bot_postmoogle_) Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3698 --- .../custom/matrix_playbook_migration/tasks/validate_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix_playbook_migration/tasks/validate_config.yml b/roles/custom/matrix_playbook_migration/tasks/validate_config.yml index 4c391ed6e..7d680d529 100644 --- a/roles/custom/matrix_playbook_migration/tasks/validate_config.yml +++ b/roles/custom/matrix_playbook_migration/tasks/validate_config.yml @@ -227,7 +227,7 @@ block: - ansible.builtin.set_fact: matrix_playbook_migration_postmoogle_migration_vars: |- - {{ vars | dict2items | selectattr('key', 'match', 'matrix_postmoogle_.*') | list | items2dict }} + {{ vars | dict2items | selectattr('key', 'match', 'matrix_bot_postmoogle_.*') | list | items2dict }} - name: (Deprecation) Catch and report matrix_bot_postmoogle variables ansible.builtin.fail: