2022-02-05 20:32:54 +00:00
|
|
|
---
|
|
|
|
|
2023-03-07 15:28:10 +00:00
|
|
|
- tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-bot-honoroit
|
|
|
|
- install-all
|
|
|
|
- install-bot-honoroit
|
|
|
|
block:
|
2022-11-24 09:33:30 +00:00
|
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
when: "run_setup | bool and matrix_bot_honoroit_enabled | bool"
|
2022-01-06 18:30:10 +00:00
|
|
|
|
2022-11-24 09:33:30 +00:00
|
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
|
|
|
when: "run_setup | bool and matrix_bot_honoroit_enabled | bool"
|
2023-03-07 15:28:10 +00:00
|
|
|
|
|
|
|
- tags:
|
2022-11-25 14:02:51 +00:00
|
|
|
- setup-all
|
|
|
|
- setup-bot-honoroit
|
2023-03-07 15:28:10 +00:00
|
|
|
block:
|
2022-11-24 09:33:30 +00:00
|
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
|
|
|
when: "run_setup | bool and not matrix_bot_honoroit_enabled | bool"
|