mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-01 05:47:13 +01:00
8e63f12fbe
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
12 lines
360 B
YAML
12 lines
360 B
YAML
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
---
|
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/synapse/setup_install.yml"
|
|
when: matrix_synapse_enabled | bool
|
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/synapse/setup_uninstall.yml"
|
|
when: "not matrix_synapse_enabled | bool"
|