From d14525ff6960954ba20d39a0434954271f8a84f5 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 27 Mar 2020 08:37:06 +0200 Subject: [PATCH] Fix configuration path --- docs/configuring-playbook-shared-secret-auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-shared-secret-auth.md b/docs/configuring-playbook-shared-secret-auth.md index af5d4c486..87b151a4a 100644 --- a/docs/configuring-playbook-shared-secret-auth.md +++ b/docs/configuring-playbook-shared-secret-auth.md @@ -4,7 +4,7 @@ The playbook can install and configure [matrix-synapse-shared-secret-auth](https See that project's documentation to learn what it does and why it might be useful to you. -If you decide that you'd like to let this playbook install it for you, you need some configuration ( matrix-docker-ansible-deploy/roles/matrix-synapse/vars/main.yml ) like this: +If you decide that you'd like to let this playbook install it for you, you need some configuration (`inventory/host_vars/matrix./vars.yml`) like this: ```yaml matrix_synapse_ext_password_provider_shared_secret_auth_enabled: true