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 Draupnir for all uninstall path
pull/5578/head
Slavi Pantaleev
1 week ago
parent
7ce8338281
commit
d8ab746f69
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/custom/matrix-appservice-draupnir-for-all/tasks/setup_uninstall.yml
+ 1
- 1
roles/custom/matrix-appservice-draupnir-for-all/tasks/setup_uninstall.yml
View File
@@ -26,5 +26,5 @@
- name: Ensure matrix-appservice-draupnir-for-all paths don't exist
ansible.builtin.file:
path: "{{ matrix_
bot_draupnir
_base_path }}"
path: "{{ matrix_
appservice_draupnir_for_all
_base_path }}"
state: absent
Write
Preview
Loading…
Cancel
Save