From f696928b7d0d2f514bbbf5230120f959ac25e4f8 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Wed, 23 Nov 2022 12:18:35 +0200 Subject: [PATCH] Fix variable typos --- group_vars/matrix_servers | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/matrix_servers b/group_vars/matrix_servers index f15096cf..6849680a 100755 --- a/group_vars/matrix_servers +++ b/group_vars/matrix_servers @@ -31,7 +31,7 @@ matrix_playbook_docker_installation_enabled: true # # ######################################################################## -matrix_homeserver_app_service_config_files_auto: | +matrix_homeserver_container_extra_arguments_auto: | {{ (['--mount type=bind,src=' + matrix_appservice_discord_config_path + '/registration.yaml,dst=/matrix-appservice-discord-registration.yaml,ro'] if matrix_appservice_discord_enabled else []) + @@ -86,7 +86,7 @@ matrix_homeserver_app_service_config_files_auto: | (['--mount type=bind,src=' + matrix_cactus_comments_app_service_config_file + ',dst=/matrix-cactus-comments.yaml,ro'] if matrix_cactus_comments_enabled else []) }} -matrix_homeserver_additional_config_files_auto: | +matrix_homeserver_app_service_config_files_auto: | {{ (['/matrix-appservice-discord-registration.yaml'] if matrix_appservice_discord_enabled else []) +