add matrix-bot-buscarron

This commit is contained in:
Aine
2022-04-23 16:19:24 +03:00
parent f5a6e12538
commit 290754371a
16 changed files with 575 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
- name: Fail if required settings not defined
fail:
msg: >-
You need to define a required configuration setting (`{{ item }}`).
when: "vars[item] == ''"
with_items:
- "matrix_bot_buscarron_password"