2022-08-04 17:37:08 +00:00
|
|
|
---
|
|
|
|
|
2022-11-24 09:33:30 +00:00
|
|
|
- block:
|
|
|
|
- when: matrix_conduit_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
|
|
|
|
|
|
|
- when: not matrix_conduit_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
2022-08-04 17:37:08 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-conduit
|