Fix incorrect path in Mjolnir uninstallation tasks

master
Slavi Pantaleev 3 years ago committed by GitHub
parent f8ba97ac14
commit d61fe94bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save