2022-02-05 22:32:54 +02:00
|
|
|
---
|
|
|
|
|
2023-03-07 17:28:10 +02:00
|
|
|
- tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-bot-go-neb
|
|
|
|
- install-all
|
|
|
|
- install-bot-go-neb
|
|
|
|
block:
|
2022-11-24 11:33:30 +02:00
|
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
when: "run_setup | bool and matrix_bot_go_neb_enabled | bool"
|
2021-03-11 20:23:01 +02:00
|
|
|
|
2023-03-03 10:38:38 +02:00
|
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/install.yml"
|
2022-11-24 11:33:30 +02:00
|
|
|
when: "run_setup | bool and matrix_bot_go_neb_enabled | bool"
|
2023-03-07 17:28:10 +02:00
|
|
|
|
|
|
|
- tags:
|
2022-11-25 16:02:51 +02:00
|
|
|
- setup-all
|
|
|
|
- setup-bot-go-neb
|
2023-03-07 17:28:10 +02:00
|
|
|
block:
|
2023-03-03 10:38:38 +02:00
|
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall.yml"
|
2022-11-24 11:33:30 +02:00
|
|
|
when: "run_setup | bool and not matrix_bot_go_neb_enabled | bool"
|