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:
@ -57,5 +57,3 @@ matrix_bot_matrix_registration_bot_systemd_wanted_services_list: []
|
||||
matrix_bot_matrix_registration_bot_matrix_user_id_localpart: "bot.matrix-registration-bot"
|
||||
|
||||
matrix_bot_matrix_registration_bot_matrix_user_id: '@{{ matrix_bot_matrix_registration_bot_matrix_user_id_localpart }}:{{ matrix_domain }}'
|
||||
|
||||
matrix_bot_matrix_registration_bot_matrix_homeserver_url: ""
|
||||
|
Reference in New Issue
Block a user