From cb57cd503e80bc8e024d855e14ea328e887c762f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Marten?= Date: Mon, 13 Jan 2020 17:28:54 +0100 Subject: [PATCH] Fix documentation mistakes caused due to carelessness --- docs/configuring-playbook-bridge-appservice-webhooks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuring-playbook-bridge-appservice-webhooks.md b/docs/configuring-playbook-bridge-appservice-webhooks.md index da0e206d..2badcac2 100644 --- a/docs/configuring-playbook-bridge-appservice-webhooks.md +++ b/docs/configuring-playbook-bridge-appservice-webhooks.md @@ -6,14 +6,14 @@ 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./host-vars.yml`: +1. All you basically need is to adjust your `inventory/host_vars/matrix./vars.yml`: ```yaml matrix_appservice_webhooks_enabled: true matrix_appservice_webhooks_api_secret: '' ``` 2. In case you want to change the verbosity of logging via `journalctl -fu matrix-appservice-webhooks.service` -you can adjust this in `inventory/host_vars/matrix./host-vars.yml` as well. +you can adjust this in `inventory/host_vars/matrix./vars.yml` as well.
*Note*: default value is: `info` and availabe log levels are : `info, verbose` @@ -26,7 +26,7 @@ you can adjust this in `inventory/host_vars/matrix./host-vars.yml` 4. Invite the bridge bot user to your room: - either with: ``` - /invite @_webhook:matrix. + /invite @_webhook: ``` *Note*: Make sure you have administration permissions in your room - or simply add the bridge bot to a private channel (personal channels imply you being an administrator)