More ansible-lint fixes
This commit is contained in:
@ -165,7 +165,7 @@ client_api:
|
||||
|
||||
# If set, allows registration by anyone who knows the shared secret, regardless of
|
||||
# whether registration is otherwise disabled.
|
||||
registration_shared_secret: {{ matrix_dendrite_registration_shared_secret|string|to_json }}
|
||||
registration_shared_secret: {{ matrix_dendrite_registration_shared_secret | string|to_json }}
|
||||
|
||||
# Whether to require reCAPTCHA for registration.
|
||||
enable_registration_captcha: {{ matrix_dendrite_enable_registration_captcha|to_json }}
|
||||
|
Reference in New Issue
Block a user