From 8b6d2a31f1452952e6490d2483c4d68ce8e6cb11 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 4 Nov 2025 16:45:34 +0900 Subject: [PATCH] Reuse the section about adjusting the playbook configuration on configuring-playbook-bridge-postmoogle.md Reuse https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/7862fd7cddf82cc067962a6b55747c3242c05630/docs/configuring-playbook-bridge-postmoogle.md Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-bridge-zulip.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/configuring-playbook-bridge-zulip.md b/docs/configuring-playbook-bridge-zulip.md index 501c1ac72..93e388045 100644 --- a/docs/configuring-playbook-bridge-zulip.md +++ b/docs/configuring-playbook-bridge-zulip.md @@ -25,9 +25,14 @@ To enable the Zulip bridge, add the following configuration to your `inventory/h ```yaml matrix_zulip_bridge_enabled: true -# Setting the owner is optional as the first local user to DM `@zulipbridge:example.com` will be made the owner. -# If you are not using a local user you must set it as otherwise you can't DM it at all. -matrix_zulip_bridge_owner: "@alice:{{ matrix_domain }}" +# Uncomment to add one or more admins to this bridge: +# +# matrix_zulip_bridge_owner: +# - '@yourAdminAccount:{{ matrix_domain }}' +# +# … unless you've made yourself an admin of all bots/bridges like this: +# +# matrix_admin: '@yourAdminAccount:{{ matrix_domain }}' ``` ### Adjusting the Zulip bridge URL (optional)