Add support for matrix-reminder-bot

This commit is contained in:
Slavi Pantaleev
2020-07-20 14:13:08 +03:00
parent cdd27734dc
commit 78b1ef9a5f
13 changed files with 364 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_bot_matrix_reminder_bot_matrix_user_password"
- "matrix_bot_matrix_reminder_bot_reminders_timezone"