2024-12-08 01:34:44 +09:00
|
|
|
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
2024-03-05 15:09:52 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
- tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-appservice-draupnir-for-all
|
|
|
|
- install-all
|
|
|
|
- install-appservice-draupnir-for-all
|
|
|
|
block:
|
|
|
|
- when: matrix_appservice_draupnir_for_all_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
|
|
|
|
- when: matrix_appservice_draupnir_for_all_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
|
|
|
|
|
|
|
- tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-appservice-draupnir-for-all
|
|
|
|
block:
|
|
|
|
- when: not matrix_appservice_draupnir_for_all_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|