3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-05 23:50:24 +00:00

added matrix-sms-bridge

This commit is contained in:
benkuly
2020-05-22 13:50:59 +02:00
parent 8fb3ce6f6d
commit 2d75fca257
8 changed files with 389 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
- name: Fail if required settings not defined
fail:
msg: >-
You need to define a required configuration setting (`{{ item }}`).
when: "vars[item] == ''"
with_items:
- "matrix_sms_bridge_appservice_token"
- "matrix_sms_bridge_homeserver_token"
- "matrix_sms_bridge_database_password"
- "matrix_sms_bridge_gammu_modem"