Added Slack role

This commit is contained in:
kingoftheconnors
2019-06-10 10:52:48 -04:00
parent bd99dd05b4
commit 49766c5dac
11 changed files with 436 additions and 0 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_appservice_slack_control_room_id"
- "matrix_appservice_slack_appservice_token"
- "matrix_appservice_slack_homeserver_token"
- "matrix_appservice_slack_id_token"