Add initial role for Dendrite as alternative Matrix server
This commit is contained in:
committed by
Slavi Pantaleev
parent
4e01082644
commit
07af05690c
6
roles/matrix-dendrite/tasks/dendrite/setup.yml
Normal file
6
roles/matrix-dendrite/tasks/dendrite/setup.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- import_tasks: "{{ role_path }}/tasks/dendrite/setup_install.yml"
|
||||
when: matrix_dendrite_enabled|bool
|
||||
|
||||
- import_tasks: "{{ role_path }}/tasks/dendrite/setup_uninstall.yml"
|
||||
when: "not matrix_dendrite_enabled|bool"
|
Reference in New Issue
Block a user