3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-15 13:24:48 +00:00

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

@@ -0,0 +1,7 @@
---
- import_tasks: "{{ role_path }}/tasks/synapse/setup_install.yml"
when: matrix_synapse_enabled
- import_tasks: "{{ role_path }}/tasks/synapse/setup_uninstall.yml"
when: "not matrix_synapse_enabled"