Files
matrix-docker-ansible-deploy/roles/custom/matrix-bridge-postmoogle/tasks/main.yml
2024-10-29 03:04:15 +09:00

21 lines
542 B
YAML

---
- tags:
- setup-all
- setup-postmoogle
- install-all
- install-postmoogle
block:
- when: matrix_postmoogle_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
- when: matrix_postmoogle_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
- tags:
- setup-all
- setup-postmoogle
block:
- when: not matrix_postmoogle_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"