Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- # 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
|