chore: remove trailing whitespace

This commit is contained in:
Jan Christian Grünhage 2021-01-22 21:07:31 +01:00
parent bc7c9ba7fe
commit fc9f0733d4
No known key found for this signature in database
GPG key ID: 6594C449C633D10C
2 changed files with 5 additions and 5 deletions

View file

@ -159,7 +159,7 @@ async def run_module():
# Create client object
client = AsyncClient(module.params['hs_url'], module.params['user_id'])
# Collect and check login information
password = module.params['password']
if password is None and token is None:

View file

@ -33,7 +33,7 @@ matrix_synapse_base_config:
tls_certificate_path: "{{ matrix_synapse_base_path }}/tls/{{ matrix_server_name }}.crt"
tls_private_key_path: "{{ matrix_synapse_base_path }}/tls/{{ matrix_server_name }}.key"
acme:
enabled: false
enabled: false
url: https://acme-v01.api.letsencrypt.org/directory
port: 80
bind_addresses: ['::', '0.0.0.0']
@ -112,7 +112,7 @@ matrix_synapse_base_config:
- width: 800
height: 600
method: scale
url_preview_enabled: true
url_preview_enabled: true
url_preview_ip_range_blacklist:
- '127.0.0.0/8'
- '10.0.0.0/8'
@ -143,7 +143,7 @@ matrix_synapse_base_config:
- vector.im
autocreate_auto_join_rooms: true
enable_metrics: False
report_stats: "{{ matrix_synapse_report_stats }}"
report_stats: "{{ matrix_synapse_report_stats }}"
room_invite_state_types:
- "m.room.join_rules"
- "m.room.canonical_alias"
@ -166,7 +166,7 @@ matrix_synapse_base_config:
password_config:
enabled: true
push:
include_content: false
include_content: false
enable_group_creation: true
alias_creation_rules:
- user_id: "*"