mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-31 05:00:26 +00:00
Add initial role for Dendrite as alternative Matrix server
This commit is contained in:
committed by
Slavi Pantaleev
parent
feda83abf0
commit
3b372b47cd
7
roles/matrix-dendrite/tasks/goofys/setup.yml
Normal file
7
roles/matrix-dendrite/tasks/goofys/setup.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- import_tasks: "{{ role_path }}/tasks/goofys/setup_install.yml"
|
||||
when: matrix_s3_media_store_enabled|bool
|
||||
|
||||
- import_tasks: "{{ role_path }}/tasks/goofys/setup_uninstall.yml"
|
||||
when: "not matrix_s3_media_store_enabled|bool"
|
||||
Reference in New Issue
Block a user