From 0259a7a50b46f31fac9f3f1fa2473a1753655200 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sun, 18 Sep 2022 12:03:54 +0300 Subject: [PATCH] Fix typo Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2114 --- roles/matrix-bot-honoroit/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix-bot-honoroit/defaults/main.yml b/roles/matrix-bot-honoroit/defaults/main.yml index 1c48dc19..94d4a5e6 100644 --- a/roles/matrix-bot-honoroit/defaults/main.yml +++ b/roles/matrix-bot-honoroit/defaults/main.yml @@ -91,7 +91,7 @@ matrix_bot_honoroit_noencryption: false # A list of whitelisted users allowed to use/invite honoroit # If not defined, everyone is allowed. # Example set of rules: -# matrix_bot_honoroit_users: +# matrix_bot_honoroit_allowedusers: # - @someone:example.com # - @another:example.com # - @bot.*:example.com