Add mjolnir

This commit is contained in:
Aaron Raimist
2021-03-23 22:46:08 -05:00
parent d09609daa8
commit bab8b950ca
13 changed files with 469 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
- name: Fail if required variables are undefined
fail:
msg: "The `{{ item }}` variable must be defined and have a non-null value."
with_items:
- "matrix_bot_mjolnir_access_token"
- "matrix_bot_mjolnir_management_room"
when: "vars[item] == '' or vars[item] is none"