f44ca0c7c2
Related to https://github.com/matrix-org/synapse/issues/4401 Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1621
8 lines
298 B
YAML
8 lines
298 B
YAML
---
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/encryption-disabler/setup_install.yml"
|
|
when: matrix_synapse_ext_encryption_disabler_enabled|bool
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/encryption-disabler/setup_uninstall.yml"
|
|
when: "not matrix_synapse_ext_encryption_disabler_enabled|bool"
|