Browse Source

Remove useless comment

pull/786/head
Slavi Pantaleev 5 years ago
committed by GitHub
parent
commit
105354a052
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      group_vars/matrix_servers

+ 1
- 2
group_vars/matrix_servers View File

@@ -305,8 +305,7 @@ matrix_mautrix_signal_database_password: "{{ matrix_synapse_macaroon_secret_key
# We don't enable bridges by default.
matrix_mautrix_telegram_enabled: false

# self-building
matrix_mautrix_telegram_container_self_build: "{{ matrix_architecture != 'amd64'}}"
matrix_mautrix_telegram_container_self_build: "{{ matrix_architecture != 'amd64' }}"

matrix_mautrix_telegram_systemd_required_services_list: |
{{


Loading…
Cancel
Save