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,14 @@
- import_tasks: "{{ role_path }}/tasks/init.yml"
tags:
- always
- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
when: "run_setup|bool and matrix_bot_matrix_reminder_bot_enabled|bool"
tags:
- setup-all
- setup-bot-matrix-reminder-bot
- import_tasks: "{{ role_path }}/tasks/setup.yml"
tags:
- setup-all
- setup-bot-matrix-reminder-bot