2025-03-04 19:19:59 +09:00
|
|
|
# SPDX-FileCopyrightText: 2019 - 2022 Slavi Pantaleev
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
2019-05-18 06:36:54 +09:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: Ensure matrix-synapse-shared-secret-auth doesn't exist
|
2022-07-18 10:39:08 +03:00
|
|
|
ansible.builtin.file:
|
2019-05-18 06:36:54 +09:00
|
|
|
path: "{{ matrix_synapse_ext_path }}/shared_secret_authenticator.py"
|
|
|
|
state: absent
|