From c6f0b290bcfbc8d9261769e38a3d7fde195066c5 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 8 Oct 2024 21:04:20 +0900 Subject: [PATCH] Update docs/configuring-playbook-bridge-appservice-webhooks.md Use a common expression for adjusting configuration. As the component has been deprecated, this is purely for future use as a template. Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-bridge-appservice-webhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-bridge-appservice-webhooks.md b/docs/configuring-playbook-bridge-appservice-webhooks.md index 538395469..533db001b 100644 --- a/docs/configuring-playbook-bridge-appservice-webhooks.md +++ b/docs/configuring-playbook-bridge-appservice-webhooks.md @@ -8,7 +8,7 @@ Setup Instructions: loosely based on [this](https://github.com/turt2live/matrix-appservice-webhooks/blob/master/README.md) -1. All you basically need is to adjust your `inventory/host_vars/matrix.example.com/vars.yml`: +1. Add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file: ```yaml matrix_appservice_webhooks_enabled: true