3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-16 12:55:19 +00:00

Add matrix-bridge-mautrix-slack role

This commit is contained in:
Cody Wyatt Neiman
2022-11-02 18:11:32 -04:00
parent 1abba4c918
commit 784e5492d5
11 changed files with 695 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Fail if required settings not defined
ansible.builtin.fail:
msg: >-
You need to define a required configuration setting (`{{ item }}`).
when: "vars[item] == ''"
with_items:
- "matrix_mautrix_slack_appservice_token"
- "matrix_mautrix_slack_homeserver_token"