Make matrix-synapse role respect matrix_synapse_enabled flag

This commit is contained in:
Slavi Pantaleev
2019-05-21 10:46:49 +09:00
parent 8d654aecdd
commit fc7ba153b1
14 changed files with 131 additions and 103 deletions

View File

@ -8,7 +8,7 @@
- setup-all
- setup-synapse
- import_tasks: "{{ role_path }}/tasks/setup_synapse_entrypoint.yml"
- import_tasks: "{{ role_path }}/tasks/setup_synapse.yml"
when: run_setup
tags:
- setup-all