From f186d6236dced7ce52427174693dcaf6852b8fd4 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 9 Dec 2022 10:15:06 +0200 Subject: [PATCH] Add some missing tags to Synapse role Without these: - `--tags=install-synapse` and `--tags=install-all` would be incomplete and will not contain Synapse worker configuration - `--tags=install-synapse-reverse-proxy-companion` and `--tags=setup-synapse-reverse-proxy-companion` would not contain Synapse worker configuration --- roles/custom/matrix-synapse/tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/custom/matrix-synapse/tasks/main.yml b/roles/custom/matrix-synapse/tasks/main.yml index 3485e894..8aa81395 100644 --- a/roles/custom/matrix-synapse/tasks/main.yml +++ b/roles/custom/matrix-synapse/tasks/main.yml @@ -6,6 +6,10 @@ tags: - setup-all - setup-synapse + - install-all + - install-synapse + - setup-synapse-reverse-proxy-companion + - install-synapse-reverse-proxy-companion - start - start-all - start-group