Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- # 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
|