소스 검색

Catch misconfigured REST Auth password provider during installation

pull/72/head
Slavi Pantaleev 7 년 전
부모
커밋
fca2f2e036
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      roles/matrix-server/tasks/setup/synapse/ext/setup_synapse_ext_rest_auth.yml

+ 5
- 0
roles/matrix-server/tasks/setup/synapse/ext/setup_synapse_ext_rest_auth.yml 파일 보기

@@ -4,6 +4,11 @@
# Tasks related to setting up matrix-synapse-rest-auth
#

- name: Fail if REST Auth enabled, but endpoint not configured
fail:
msg: "You have enabled the REST Auth password provider, but have not configured its endpoint in the `matrix_synapse_ext_password_provider_rest_auth_endpoint` variable. Consult the documentation."
when: "matrix_synapse_ext_password_provider_rest_auth_enabled and matrix_synapse_ext_password_provider_rest_auth_endpoint == ''"

- name: Download matrix-synapse-rest-auth
get_url:
url: "{{ matrix_synapse_ext_password_provider_rest_auth_download_url }}"


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