Fix incorrect path in Mjolnir uninstallation tasks

This commit is contained in:
Slavi Pantaleev 2021-05-26 10:52:15 +03:00 committed by GitHub
parent f8ba97ac14
commit d61fe94bae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,5 +2,5 @@
- name: Ensure mjolnir-antispam doesn't exist
file:
path: "{{ matrix_synapse_ext_path }}/mjolnir-antispam"
path: "{{ matrix_synapse_ext_path }}/mjolnir"
state: absent