18 lines
425 B
YAML
Raw Normal View History

---
- block:
- when: matrix_heisenbridge_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
2022-11-25 16:02:51 +02:00
tags:
- setup-all
- setup-heisenbridge
- install-all
- install-heisenbridge
2021-05-12 15:24:39 +03:00
2022-11-25 16:02:51 +02:00
- block:
- when: not matrix_heisenbridge_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
2021-05-12 15:24:39 +03:00
tags:
- setup-all
- setup-heisenbridge