mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Ensure matrix_user_verification_service_uvs_access_token is always defined
The playbook tries to avoid such variables which are sometimes defined and sometimes not. We'd rather not check for `is defined`.
This commit is contained in:
parent
ddad722e78
commit
7142ff422d
@ -32,7 +32,7 @@ matrix_user_verification_service_systemd_service_name: "{{ matrix_user_verificat
|
|||||||
## REQUIRED
|
## REQUIRED
|
||||||
|
|
||||||
# Homeserver client API admin token (synapse only)- Required for the service to verify room membership
|
# Homeserver client API admin token (synapse only)- Required for the service to verify room membership
|
||||||
# matrix_user_verification_service_uvs_access_token:
|
matrix_user_verification_service_uvs_access_token: ''
|
||||||
|
|
||||||
# homeserver client api url
|
# homeserver client api url
|
||||||
matrix_user_verification_service_uvs_homeserver_url: "{{ matrix_homeserver_container_url }}"
|
matrix_user_verification_service_uvs_homeserver_url: "{{ matrix_homeserver_container_url }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user