mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-11 01:28:58 +01:00
25 lines
669 B
YAML
25 lines
669 B
YAML
# SPDX-FileCopyrightText: 2023 MDAD Team and contributors
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
---
|
|
|
|
- tags:
|
|
- setup-all
|
|
- setup-matrix-media-repo
|
|
- install-all
|
|
- install-matrix-media-repo
|
|
block:
|
|
- when: matrix_media_repo_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
- when: matrix_media_repo_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
|
|
|
- tags:
|
|
- setup-all
|
|
- setup-matrix-media-repo
|
|
block:
|
|
- when: not matrix_media_repo_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|