Dendrite 0.7.0

This commit is contained in:
SaltireSoul
2022-04-05 03:40:37 +01:00
parent 60fe039ec8
commit e7978dbdca
5 changed files with 82 additions and 119 deletions

View File

@@ -9,6 +9,7 @@
with_items:
- {path: "{{ matrix_dendrite_config_dir_path }}", when: true}
- {path: "{{ matrix_dendrite_ext_path }}", when: true}
- {path: "{{ matrix_dendrite_nats_storage_path }}", when: true}
when: "matrix_dendrite_enabled|bool and item.when"
- import_tasks: "{{ role_path }}/tasks/dendrite/setup.yml"