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