Matrix Docker Ansible eploy
Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- # SPDX-FileCopyrightText: 2021 - 2022 Slavi Pantaleev
- # SPDX-FileCopyrightText: 2021 MDAD project contributors
- #
- # SPDX-License-Identifier: AGPL-3.0-or-later
-
- ---
-
- - name: Ensure mjolnir-antispam doesn't exist
- ansible.builtin.file:
- path: "{{ matrix_synapse_ext_path }}/mjolnir"
- state: absent
|