2022-04-21 08:07:47 +00:00
|
|
|
---
|
|
|
|
|
2023-03-07 15:28:10 +00:00
|
|
|
- tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-bot-matrix-registration-bot
|
|
|
|
- install-all
|
|
|
|
- install-bot-matrix-registration-bot
|
|
|
|
block:
|
2022-11-24 09:33:30 +00:00
|
|
|
- when: matrix_bot_matrix_registration_bot_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2022-04-21 08:07:47 +00:00
|
|
|
|
2022-11-24 09:33:30 +00:00
|
|
|
- when: matrix_bot_matrix_registration_bot_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2023-03-07 15:28:10 +00:00
|
|
|
|
|
|
|
- tags:
|
2022-11-25 14:02:51 +00:00
|
|
|
- setup-all
|
|
|
|
- setup-bot-matrix-registration-bot
|
2023-03-07 15:28:10 +00:00
|
|
|
block:
|
2022-11-24 09:33:30 +00:00
|
|
|
- when: not matrix_bot_matrix_registration_bot_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
2023-07-24 10:57:06 +00:00
|
|
|
|
|
|
|
- tags:
|
|
|
|
- bot-matrix-registration-bot-clean-cache
|
|
|
|
block:
|
|
|
|
- when: matrix_bot_matrix_registration_bot_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/clean_cache.yml"
|