Add Go Skype Bridge

Based on mautrix-whatsapp, as that's what the bridge software is based on.
This commit is contained in:
Vladimir Panteleev
2022-06-12 21:29:43 +00:00
parent bc4d29bbb0
commit a3d19ad318
12 changed files with 709 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
- 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"