matrix-docker-ansible-deploy/roles/custom/matrix-pantalaimon/tasks/main.yml
Suguru Hirahara 181d393254
Add license information to files for matrix-pantalaimon
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2025-02-27 18:32:00 +09:00

25 lines
631 B
YAML

# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- tags:
- setup-all
- setup-pantalaimon
- install-all
- install-pantalaimon
block:
- when: matrix_pantalaimon_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
- when: matrix_pantalaimon_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/install.yml"
- tags:
- setup-all
- setup-pantalaimon
block:
- when: not matrix_pantalaimon_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall.yml"