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:
Slavi Pantaleev 2023-02-10 19:39:15 +02:00
parent ddad722e78
commit 7142ff422d

View File

@ -32,7 +32,7 @@ matrix_user_verification_service_systemd_service_name: "{{ matrix_user_verificat
## REQUIRED
# 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
matrix_user_verification_service_uvs_homeserver_url: "{{ matrix_homeserver_container_url }}"