This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix incorrect path in Mjolnir uninstallation tasks
pull/1086/head
Slavi Pantaleev
4 years ago
committed by
GitHub
parent
f8ba97ac14
commit
d61fe94bae
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-synapse/tasks/ext/mjolnir-antispam/setup_uninstall.yml
+ 1
- 1
roles/matrix-synapse/tasks/ext/mjolnir-antispam/setup_uninstall.yml
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
Write
Preview
Loading…
Cancel
Save