mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-09 04:26:39 -04:00
11 lines
389 B
YAML
11 lines
389 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Fail if Macaroon key is missing
|
||
|
fail:
|
||
|
msg: "You need to set a secret in the matrix_synapse_macaroon_secret_key variable"
|
||
|
when: "matrix_synapse_macaroon_secret_key == ''"
|
||
|
|
||
|
- name: Fail if Coturn Auth secret is missing
|
||
|
fail:
|
||
|
msg: "You need to set a secret in the matrix_coturn_turn_static_auth_secret variable"
|
||
|
when: "matrix_coturn_turn_static_auth_secret == ''"
|