2022-08-04 17:37:08 +00:00
|
|
|
---
|
|
|
|
|
2022-10-09 16:23:40 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/conduit/setup_install.yml"
|
2022-08-05 18:48:45 +00:00
|
|
|
when: "matrix_conduit_enabled | bool"
|
2022-08-04 17:37:08 +00:00
|
|
|
|
2022-10-09 16:23:40 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/conduit/setup_uninstall.yml"
|
2022-08-05 18:48:45 +00:00
|
|
|
when: "not matrix_conduit_enabled | bool"
|