mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-07 16:57:16 +01:00
8e63f12fbe
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
16 lines
370 B
YAML
16 lines
370 B
YAML
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
---
|
|
|
|
- ansible.builtin.set_fact:
|
|
matrix_synapse_password_providers_enabled: true
|
|
|
|
matrix_synapse_additional_loggers_auto: >
|
|
{{
|
|
matrix_synapse_additional_loggers_auto
|
|
+
|
|
[{'name': 'ldap_auth_provider', 'level': 'INFO'}]
|
|
}}
|