Explorar el Código

Update validate_config.yml

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4942/head
Suguru Hirahara hace 2 semanas
padre
commit
be937f67f4
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: E4F9743DAB4B7B75
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. +12
    -0
      roles/custom/matrix_playbook_migration/tasks/validate_config.yml

+ 12
- 0
roles/custom/matrix_playbook_migration/tasks/validate_config.yml Ver fichero

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


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

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

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

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

- name: (Deprecation) Catch and report the Sliding Sync proxy variables - name: (Deprecation) Catch and report the Sliding Sync proxy variables
ansible.builtin.fail: ansible.builtin.fail:
msg: |- msg: |-


Cargando…
Cancelar
Guardar