21 lines
611 B
YAML
Raw Normal View History

---
- block:
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
when: "run_setup | bool and matrix_bot_go_neb_enabled | bool"
2021-03-11 19:23:01 +01:00
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
when: "run_setup | bool and matrix_bot_go_neb_enabled | bool"
2022-11-25 16:02:51 +02:00
tags:
- setup-all
- setup-bot-go-neb
- install-all
- install-bot-go-neb
2021-03-11 19:23:01 +01:00
2022-11-25 16:02:51 +02:00
- block:
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
when: "run_setup | bool and not matrix_bot_go_neb_enabled | bool"
2021-03-11 19:23:01 +01:00
tags:
- setup-all
- setup-bot-go-neb