소스 검색

Fix indentation of `when` clause

Fixup for a1f6ee4dc9
pull/4457/head
Slavi Pantaleev 1 년 전
부모
커밋
5651206e77
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix_playbook_migration/tasks/validate_config.yml

+ 1
- 1
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:


불러오는 중...
취소
저장