소스 검색

Remove check for "Fail if Matrix Federation is disabled"

This playbook now suports running dimension in both a federated and an
unfederated environment.
pull/462/head
Chris van Dijk 6 년 전
부모
커밋
da2e90dcc1
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. +0
    -8
      roles/matrix-dimension/tasks/validate_config.yml

+ 0
- 8
roles/matrix-dimension/tasks/validate_config.yml 파일 보기

@@ -6,14 +6,6 @@
- "matrix_dimension_access_token"
when: "matrix_dimension_enabled and vars[item] == ''"

- name: Fail if Matrix Federation is disabled
fail:
msg: >-
You need to enable Matrix Federation to use Dimension. Set `{{ item }}` to 'true'.
with_items:
- "matrix_synapse_federation_enabled"
when: "matrix_dimension_enabled|bool and not matrix_synapse_federation_enabled|bool"

- name: (Deprecation) Catch and report renamed Dimension variables
fail:
msg: >-


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