2019-05-17 23:36:54 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: Ensure matrix-synapse-shared-secret-auth doesn't exist
|
2022-07-18 09:39:08 +02:00
|
|
|
ansible.builtin.file:
|
2019-05-17 23:36:54 +02:00
|
|
|
path: "{{ matrix_synapse_ext_path }}/shared_secret_authenticator.py"
|
|
|
|
state: absent
|