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.
 
 

11 linhas
262 B

  1. # SPDX-FileCopyrightText: 2022 Slavi Pantaleev
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. ---
  5. - name: Ensure matrix_encryption_disabler doesn't exist
  6. ansible.builtin.file:
  7. path: "{{ matrix_synapse_ext_path }}/matrix_e2ee_filter.py"
  8. state: absent