2022-06-23 18:24:52 +00:00
|
|
|
---
|
|
|
|
|
2022-10-09 16:23:40 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/init.yml"
|
2022-06-23 18:24:52 +00:00
|
|
|
tags:
|
|
|
|
- always
|
|
|
|
|
2022-10-09 16:23:40 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2022-06-23 19:57:52 +00:00
|
|
|
when: "run_setup|bool and matrix_bot_maubot_enabled|bool"
|
2022-06-23 18:24:52 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
2022-06-23 19:57:52 +00:00
|
|
|
- setup-bot-maubot
|
2022-06-23 18:24:52 +00:00
|
|
|
|
2022-10-09 16:23:40 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2022-06-23 19:57:52 +00:00
|
|
|
when: "run_setup|bool and matrix_bot_maubot_enabled|bool"
|
2022-06-23 18:24:52 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
2022-06-23 19:57:52 +00:00
|
|
|
- setup-bot-maubot
|
2022-06-23 18:24:52 +00:00
|
|
|
|
2022-10-09 16:23:40 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
2022-06-23 19:57:52 +00:00
|
|
|
when: "run_setup|bool and not matrix_bot_maubot_enabled|bool"
|
2022-06-23 18:24:52 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
2022-06-23 19:57:52 +00:00
|
|
|
- setup-bot-maubot
|