7 lines
136 B
YAML
7 lines
136 B
YAML
|
---
|
||
|
|
||
|
- name: Ensure mjolnir-antispam doesn't exist
|
||
|
file:
|
||
|
path: "{{ matrix_synapse_ext_path }}/mjolnir-antispam"
|
||
|
state: absent
|