5
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-07-17 07:16:42 +00:00

add Google Voice bridge, fixes #3574 (#5426)

This commit is contained in:
Aine
2026-07-15 19:15:58 +01:00
committed by GitHub
parent b2788f690a
commit 5da2d0e4a5
18 changed files with 1250 additions and 0 deletions
@@ -0,0 +1,25 @@
# SPDX-FileCopyrightText: 2026 MDAD project contributors
# SPDX-FileCopyrightText: 2026 Nikita Chernyi
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- tags:
- setup-all
- setup-mautrix-gvoice
- install-all
- install-mautrix-gvoice
block:
- when: matrix_mautrix_gvoice_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
- when: matrix_mautrix_gvoice_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
- tags:
- setup-all
- setup-mautrix-gvoice
block:
- when: not matrix_mautrix_gvoice_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"