matrix-docker-ansible-deploy/roles/custom/matrix-ntfy/tasks/main.yml

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 14:02:51 +00:00
tags:
- setup-all
- setup-ntfy
- install-all
- install-ntfy
2022-11-25 14:02:51 +00: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 09:48:40 +00:00
- block:
- when: matrix_ntfy_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/self_check.yml"
2022-06-29 09:48:40 +00:00
tags:
- self-check