a3d19ad318
Based on mautrix-whatsapp, as that's what the bridge software is based on.
11 lines
282 B
YAML
11 lines
282 B
YAML
---
|
|
|
|
- name: Fail if required settings not defined
|
|
fail:
|
|
msg: >-
|
|
You need to define a required configuration setting (`{{ item }}`).
|
|
when: "vars[item] == ''"
|
|
with_items:
|
|
- "matrix_go_skype_bridge_appservice_token"
|
|
- "matrix_go_skype_bridge_homeserver_token"
|