From a949605518708212abadb88f9cf6dfc5d7be7f47 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 26 Feb 2026 12:40:00 +0200 Subject: [PATCH] Remove duplicate "Project source code URL" from `roles/custom/matrix-synapse/defaults/main.yml` This was causing issues when it's parsed out by certain tools. Regression since 28afbde971f24b5ce80b43ae37510573a43a0f61 --- roles/custom/matrix-synapse/defaults/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/custom/matrix-synapse/defaults/main.yml b/roles/custom/matrix-synapse/defaults/main.yml index cc3b94943..606e84f70 100644 --- a/roles/custom/matrix-synapse/defaults/main.yml +++ b/roles/custom/matrix-synapse/defaults/main.yml @@ -1725,8 +1725,6 @@ matrix_synapse_register_user_script_matrix_authentication_service_path: "" # # When Synapse workers are enabled, however, the reverse-proxying configuration is much more complicated - certain requests need to go to certain workers, etc. # matrix-synapse-reverse-proxy-companion is the central place services that need to reach Synapse could be pointed to. -# -# Project source code URL: https://github.com/nginx/nginx matrix_synapse_reverse_proxy_companion_enabled: "{{ matrix_synapse_enabled and matrix_synapse_workers_enabled }}"