This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Remove useless check
Since 025a5ab5e5f6bdb3, we do a similar check in matrix-base.
pull/818/head
Slavi Pantaleev
4 years ago
parent
025a5ab5e5
commit
dcd831c3f3
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
roles/matrix-dendrite/tasks/init.yml
+ 0
- 5
roles/matrix-dendrite/tasks/init.yml
View File
@@ -5,8 +5,3 @@
- set_fact:
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-goofys.service'] }}"
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"
Write
Preview
Loading…
Cancel
Save