Rename variable (matrix_bot_matrix_registration_bot_matrix_homeserver_url
-> matrix_bot_matrix_registration_bot_api_base_url
)
We were overriding the `matrix_bot_matrix_registration_bot_matrix_homeserver_url` variable via `group_vars/matrix_servers` to point it to the container-local homeserver URL, but this variable was not being used at all. The actual variable name (which was being used) is `matrix_bot_matrix_registration_bot_api_base_url`. Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3898
This commit is contained in:
@ -2737,7 +2737,7 @@ matrix_bot_matrix_registration_bot_container_additional_networks_auto: |-
|
||||
([] if matrix_addons_homeserver_container_network == '' else [matrix_addons_homeserver_container_network])
|
||||
}}
|
||||
|
||||
matrix_bot_matrix_registration_bot_matrix_homeserver_url: "{{ matrix_addons_homeserver_client_api_url }}"
|
||||
matrix_bot_matrix_registration_bot_api_base_url: "{{ matrix_addons_homeserver_client_api_url }}"
|
||||
|
||||
######################################################################
|
||||
#
|
||||
|
Reference in New Issue
Block a user