18 lines
400 B
YAML
Raw Normal View History

---
- block:
- when: matrix_conduit_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
2022-11-25 16:02:51 +02:00
tags:
- setup-all
- setup-conduit
- install-all
- install-conduit
2022-11-25 16:02:51 +02:00
- block:
- when: not matrix_conduit_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
tags:
- setup-all
- setup-conduit