Initial mx-puppet-skype bridge role

This commit is contained in:
Rodrigo Belem
2020-03-16 20:33:11 -04:00
parent 61fffa169c
commit 1107207147
9 changed files with 448 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_skype_appservice_token"
- "matrix_mx_puppet_skype_homeserver_token"