mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Remove check for "Fail if Matrix Federation is disabled"
This playbook now suports running dimension in both a federated and an unfederated environment.
This commit is contained in:
parent
3ddb8cd148
commit
da2e90dcc1
@ -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: >-
|
||||
|
Loading…
Reference in New Issue
Block a user