Fix incorrect path in Mjolnir uninstallation tasks
parent
f8ba97ac14
commit
d61fe94bae
|
|
@ -2,5 +2,5 @@
|
||||||
|
|
||||||
- name: Ensure mjolnir-antispam doesn't exist
|
- name: Ensure mjolnir-antispam doesn't exist
|
||||||
file:
|
file:
|
||||||
path: "{{ matrix_synapse_ext_path }}/mjolnir-antispam"
|
path: "{{ matrix_synapse_ext_path }}/mjolnir"
|
||||||
state: absent
|
state: absent
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue