2022-08-04 17:37:08 +00:00
|
|
|
---
|
|
|
|
|
2023-03-07 15:28:10 +00:00
|
|
|
- tags:
|
2022-11-25 14:02:51 +00:00
|
|
|
- setup-all
|
|
|
|
- setup-conduit
|
|
|
|
- install-all
|
|
|
|
- install-conduit
|
2023-03-07 15:28:10 +00:00
|
|
|
block:
|
|
|
|
- when: matrix_conduit_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2022-11-24 09:33:30 +00:00
|
|
|
|
2023-03-07 15:28:10 +00:00
|
|
|
- tags:
|
2022-08-04 17:37:08 +00:00
|
|
|
- setup-all
|
|
|
|
- setup-conduit
|
2023-03-07 15:28:10 +00:00
|
|
|
block:
|
|
|
|
- when: not matrix_conduit_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|