Add mx-puppet-steam

This commit is contained in:
Hugues Morisset
2020-07-01 13:46:58 +02:00
parent 76352bcbd8
commit 57f498217a
12 changed files with 472 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_steam_appservice_token"
- "matrix_mx_puppet_steam_homeserver_token"