2025-03-04 19:19:59 +09:00
|
|
|
# SPDX-FileCopyrightText: 2022 Slavi Pantaleev
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
2022-02-11 20:06:11 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: Ensure matrix_encryption_disabler doesn't exist
|
2022-07-18 10:39:08 +03:00
|
|
|
ansible.builtin.file:
|
2022-02-11 20:06:11 +02:00
|
|
|
path: "{{ matrix_synapse_ext_path }}/matrix_e2ee_filter.py"
|
|
|
|
state: absent
|