소스 검색

Fix undefined variable error (matrix_synapse_id_servers_public)

This only gets triggered if:
- the Synapse role is used standalone and the default values are used
- the whole playbook is used, with `matrix_mxisd_enabled: false`
pull/239/head
Slavi Pantaleev 6 년 전
부모
커밋
99f5baa7bb
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      roles/matrix-synapse/defaults/main.yml

+ 2
- 0
roles/matrix-synapse/defaults/main.yml 파일 보기

@@ -64,6 +64,8 @@ matrix_synapse_registration_shared_secret: "{{ matrix_synapse_macaroon_secret_ke
matrix_synapse_allow_guest_access: false
matrix_synapse_form_secret: "{{ matrix_synapse_macaroon_secret_key }}"

matrix_synapse_id_servers_public: ['matrix.org', 'vector.im']

# The list of identity servers to use for Synapse.
# We assume this role runs standalone without a local Identity server, so we point Synapse to public ones.
# This most likely gets overwritten later, so that a local Identity server is used.


불러오는 중...
취소
저장