matrix-docker-ansible-deploy/roles/matrix-bridge-heisenbridge/tasks/main.yml

18 lines
477 B
YAML
Raw Normal View History

---
2022-07-18 08:22:05 +00:00
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/init.yml"
2021-05-12 12:24:39 +00:00
tags:
- always
2022-07-18 08:22:05 +00:00
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_install.yml"
when: "run_setup | bool and matrix_heisenbridge_enabled | bool"
2021-05-12 12:24:39 +00:00
tags:
- setup-all
- setup-heisenbridge
2022-07-18 08:22:05 +00:00
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
when: "run_setup | bool and not matrix_heisenbridge_enabled | bool"
2021-05-12 12:24:39 +00:00
tags:
- setup-all
- setup-heisenbridge