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