First pass at creating defaults and tasks for Conduit

This commit is contained in:
Charles Wright
2022-08-04 12:37:08 -05:00
parent a5476e1857
commit c484c6294d
7 changed files with 153 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
- import_tasks: "{{ role_path }}/tasks/conduit/setup_install.yml"
when: matrix_conduit_enabled|bool
- import_tasks: "{{ role_path }}/tasks/conduit/setup_uninstall.yml"
when: "not matrix_conduit_enabled|bool"