Przeglądaj źródła

Update validate_config.yml for migration: adopt a simpler description

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4146/head
Suguru Hirahara 1 rok temu
rodzic
commit
06ffbb3681
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: E4F9743DAB4B7B75
1 zmienionych plików z 4 dodań i 4 usunięć
  1. +4
    -4
      roles/custom/matrix_playbook_migration/tasks/validate_config.yml

+ 4
- 4
roles/custom/matrix_playbook_migration/tasks/validate_config.yml Wyświetl plik

@@ -10,7 +10,7 @@
ansible.builtin.fail: ansible.builtin.fail:
msg: >- msg: >-
Your configuration contains a variable, which now has a different name. Your configuration contains a variable, which now has a different name.
Please change your configuration to rename the variable (`{{ item.old }}` -> `{{ item.new }}`).
Please rename the variable (`{{ item.old }}` -> `{{ item.new }}`) on your configuration file (vars.yml).
when: "item.old in vars" when: "item.old in vars"
with_items: with_items:
- {'old': 'matrix_vars_yml_snapshotting_enabled', 'new': 'devture_playbook_state_preserver_vars_preservation_enabled'} - {'old': 'matrix_vars_yml_snapshotting_enabled', 'new': 'devture_playbook_state_preserver_vars_preservation_enabled'}
@@ -331,7 +331,7 @@
ansible.builtin.fail: ansible.builtin.fail:
msg: >- msg: >-
Your configuration contains a variable, which now has a different name. Your configuration contains a variable, which now has a different name.
Please change your configuration to rename the variable (`{{ item.old }}` -> `{{ item.new }}`).
Please rename the variable (`{{ item.old }}` -> `{{ item.new }}`) on your configuration file (vars.yml).
when: "item.old in vars" when: "item.old in vars"
with_items: with_items:
- {'old': 'matrix_nginx_proxy_proxy_matrix_metrics_enabled', 'new': 'matrix_metrics_exposure_enabled'} - {'old': 'matrix_nginx_proxy_proxy_matrix_metrics_enabled', 'new': 'matrix_metrics_exposure_enabled'}
@@ -536,7 +536,7 @@
The Google Hangouts service was discontinued on 1st of November 2022. The Google Hangouts service was discontinued on 1st of November 2022.
The mautrix-hangouts bridge has been deprecated in the playbook since December 2024 and was completely removed from the playbook in February 2025. The mautrix-hangouts bridge has been deprecated in the playbook since December 2024 and was completely removed from the playbook in February 2025.


Please change your configuration (`vars.yml`) to remove all `matrix_mautrix_hangouts_*` variables.
Please remove all `matrix_mautrix_hangouts_*` variables from your configuration file (vars.yml).


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


@@ -548,7 +548,7 @@
msg: |- msg: |-
The Email2Matrix service has been superseded by the Postmoogle bridge for a long time now and was completely removed from the playbook in February 2025. The Email2Matrix service has been superseded by the Postmoogle bridge for a long time now and was completely removed from the playbook in February 2025.


Please change your configuration (`vars.yml`) to remove all `matrix_email2matrix_*` variables.
Please remove all `matrix_email2matrix_*` variables from your configuration file (vars.yml).


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




Ładowanie…
Anuluj
Zapisz