24 lines
535 B
YAML
Raw Normal View History

---
- block:
- when: matrix_ntfy_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
2022-11-25 16:02:51 +02:00
tags:
- setup-all
- setup-ntfy
- install-all
- install-ntfy
2022-11-25 16:02:51 +02:00
- block:
- when: not matrix_ntfy_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
tags:
- setup-all
- setup-ntfy
2022-06-29 10:48:40 +01:00
- block:
- when: matrix_ntfy_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/self_check.yml"
2022-06-29 10:48:40 +01:00
tags:
- self-check