---

- ansible.builtin.import_tasks: "{{ role_path }}/tasks/ext/encryption-disabler/setup_install.yml"
  when: matrix_synapse_ext_encryption_disabler_enabled | bool

- ansible.builtin.import_tasks: "{{ role_path }}/tasks/ext/encryption-disabler/setup_uninstall.yml"
  when: "not matrix_synapse_ext_encryption_disabler_enabled | bool"