mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-10 13:06:40 -04:00
14 lines
375 B
YAML
14 lines
375 B
YAML
- 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
|