2022-02-11 18:06:11 +00:00
|
|
|
---
|
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/ext/encryption-disabler/setup_install.yml"
|
|
|
|
when: matrix_synapse_ext_encryption_disabler_enabled | bool
|
2022-02-11 18:06:11 +00:00
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/ext/encryption-disabler/setup_uninstall.yml"
|
|
|
|
when: "not matrix_synapse_ext_encryption_disabler_enabled | bool"
|