roles/matrix-server/tasks/setup_synapse_ext_mautrix_telegram.yml → roles/matrix-server/tasks/setup/setup_synapse_ext_mautrix_telegram.ymlZobrazit soubor
roles/matrix-server/tasks/setup_synapse_ext_rest_auth.yml → roles/matrix-server/tasks/setup/setup_synapse_ext_rest_auth.ymlZobrazit soubor
roles/matrix-server/tasks/setup_synapse_ext_shared_secret_auth.yml → roles/matrix-server/tasks/setup/setup_synapse_ext_shared_secret_auth.ymlZobrazit soubor
roles/matrix-server/tasks/setup_synapse_main.yml → roles/matrix-server/tasks/setup/setup_synapse_main.ymlZobrazit soubor
roles/matrix-server/tasks/setup_synapse_pre.yml → roles/matrix-server/tasks/setup/setup_synapse_pre.ymlZobrazit soubor
roles/matrix-server/tasks/setup_well_known.yml → roles/matrix-server/tasks/setup/setup_well_known.ymlZobrazit soubor
roles/matrix-server/tasks/upgrade_postgres.ymlZobrazit soubor
@@ -92,7 +92,7 @@
- debug:
msg: "NOTE: Your Postgres data directory has been moved from `{{ matrix_postgres_data_path }}` to `{{ postgres_auto_upgrade_backup_data_path }}`. In the event of failure, you can move it back and run the playbook with --tags=setup-postgres to restore operation."
- include: tasks/setup_postgres.yml
- include: tasks/setup/setup_postgres.yml
- name: Ensure matrix-postgres autoruns and is restarted