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