瀏覽代碼

Update validate_config.yml

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4916/head
Suguru Hirahara 3 月之前
父節點
當前提交
4b4fc5c34a
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: E4F9743DAB4B7B75
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. +12
    -0
      roles/custom/matrix_playbook_migration/tasks/validate_config.yml

+ 12
- 0
roles/custom/matrix_playbook_migration/tasks/validate_config.yml 查看文件

@@ -741,6 +741,18 @@
The following variables in your configuration need to be removed: {{ lookup('ansible.builtin.varnames', '^matrix_mx_puppet_twitter_.+', wantlist=True) | join(', ') }}
when: "lookup('ansible.builtin.varnames', '^matrix_mx_puppet_twitter_.+', wantlist=True) | length > 0"

- name: (Deprecation) Catch and report the Dimension integration manager variables
ansible.builtin.fail:
msg: |-
The Dimension integration manager was completely removed from the playbook in February 2026.

Please remove all `matrix_dimension_*` variables from your configuration file (vars.yml).

You may also wish to uninstall the component manually. See `docs/configuring-playbook-dimension.md` for more information.

The following variables in your configuration need to be removed: {{ lookup('ansible.builtin.varnames', '^matrix_dimension_.+', wantlist=True) | join(', ') }}
when: "lookup('ansible.builtin.varnames', '^matrix_dimension_.+', wantlist=True) | length > 0"

- name: (Deprecation) Catch and report Email2Matrix variables
ansible.builtin.fail:
msg: |-


Loading…
取消
儲存