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,17 @@
---
- import_tasks: "{{ role_path }}/tasks/init.yml"
tags:
- always
- import_tasks: "{{ role_path }}/tasks/setup_conduit.yml"
when: run_setup|bool
tags:
- setup-all
- setup-conduit
- name: Mark matrix-conduit role as executed
set_fact:
matrix_conduit_role_executed: true
tags:
- always