mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Remove useless check
Since 025a5ab5e5
, we do a similar check in matrix-base.
This commit is contained in:
parent
3cf9f87097
commit
2f57c51733
@ -5,8 +5,3 @@
|
|||||||
- set_fact:
|
- set_fact:
|
||||||
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-goofys.service'] }}"
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-goofys.service'] }}"
|
||||||
when: matrix_s3_media_store_enabled|bool
|
when: matrix_s3_media_store_enabled|bool
|
||||||
|
|
||||||
- name: Fail when using also using Synapse
|
|
||||||
fail:
|
|
||||||
msg: "To use Dendrite as your matrix server, you should disable Synapse."
|
|
||||||
when: "matrix_dendrite_enabled and matrix_synapse_enabled"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user