From 5651206e7716a1a3025c80d4b3ca5277b557dac6 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sat, 26 Jul 2025 17:57:24 +0300 Subject: [PATCH] Fix indentation of `when` clause Fixup for a1f6ee4dc9b92fdb520627ec22265b800f73a6f8 --- .../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 483293121..53d0a32d4 100644 --- a/roles/custom/matrix_playbook_migration/tasks/validate_config.yml +++ b/roles/custom/matrix_playbook_migration/tasks/validate_config.yml @@ -87,7 +87,7 @@ After renaming them, please do not forget to fetch the Ansible role. See docs/maintenance-upgrading-services.md for details about how to do so. The following variables in your configuration need to be renamed: {{ lookup('ansible.builtin.varnames', '^matrix_postgres_.+', wantlist=True) | join(', ') }} - when: "lookup('ansible.builtin.varnames', '^matrix_postgres_.+', wantlist=True) | length > 0" + when: "lookup('ansible.builtin.varnames', '^matrix_postgres_.+', wantlist=True) | length > 0" - name: (Deprecation) Catch and report matrix_mailer_ variables ansible.builtin.fail: