Matrix Docker Ansible eploy
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- # SPDX-FileCopyrightText: 2025 MDAD project contributors
- # SPDX-FileCopyrightText: 2025 Catalan Lover <catalanlover@protonmail.com>
- #
- # SPDX-License-Identifier: AGPL-3.0-or-later
-
- ---
-
- - name: Ensure synapse-http-antispam doesn't exist
- ansible.builtin.file:
- path: "{{ matrix_synapse_ext_path }}/synapse-http-antispam"
- state: absent
|