2024-12-07 17:41:38 +00:00
|
|
|
# SPDX-FileCopyrightText: 2023 MDAD Team and contributors
|
2024-12-07 16:34:44 +00:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
2023-08-30 16:23:52 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
- tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-client-schildichat
|
|
|
|
- install-all
|
|
|
|
- install-client-schildichat
|
|
|
|
block:
|
|
|
|
- when: matrix_client_schildichat_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
|
|
|
|
- when: matrix_client_schildichat_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/prepare_themes.yml"
|
|
|
|
|
|
|
|
- when: matrix_client_schildichat_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
|
|
|
|
|
|
|
- tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-client-schildichat
|
|
|
|
block:
|
|
|
|
- when: not matrix_client_schildichat_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
|
|
|
|
|
|
|
- tags:
|
|
|
|
- self-check
|
|
|
|
block:
|
|
|
|
- when: matrix_client_schildichat_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/self_check.yml"
|