Fix some problem with permissions

Fix typo
Move mautrix variable in `defaults/main.yml` exclusively
This commit is contained in:
Hugues Morisset
2018-09-02 16:05:14 +02:00
parent 7b5f68c431
commit 45fb2df43f
4 changed files with 12 additions and 11 deletions

View File

@ -86,7 +86,7 @@ matrix_synapse_additional_loggers: []
# A list of service config files
# This list gets populated dynamically based on Synapse extensions that have been enabled.
# Conatains fs paths
# Contains fs paths
matrix_synapse_app_service_config_files: []
# This is set dynamically during execution depending on whether
@ -219,9 +219,12 @@ matrix_riot_web_enabled: true
matrix_riot_web_default_identity_server_url: "https://{{ matrix_synapse_trusted_third_party_id_servers[0] }}"
# Matrix mautrix is a Matrix <-> Telegram bridge
# Enable telegram bridge
matrix_mautrix_telegram_enabled: false
# Get your own API keys at https://my.telegram.org/apps
matrix_mautrix_telegram_api_id: YOUR_TELEGRAM_APP_ID
matrix_mautrix_telegram_api_hash: YOUR_TELEGRAM_API_HASH
# By default, this playbook sets up its own nginx proxy server on port 80/443.