Initial mx-puppet-slack bridge role

This commit is contained in:
Rodrigo Belem
2020-04-12 10:17:30 -04:00
parent 272888d917
commit 4149e03b69
10 changed files with 506 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_mx_puppet_slack_appservice_token"
- "matrix_mx_puppet_slack_homeserver_token"