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 matrix-synapse-reverse-proxy-companion.service stopping during uninstallation
Fixes
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2444
pull/2446/head
Slavi Pantaleev
3 years ago
parent
946bbe9734
commit
66baef5bf6
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-synapse-reverse-proxy-companion/tasks/setup_uninstall.yml
+ 1
- 1
roles/custom/matrix-synapse-reverse-proxy-companion/tasks/setup_uninstall.yml
View File
@@ -9,7 +9,7 @@
block:
- name: Ensure matrix-synapse-reverse-proxy-companion.service is stopped
ansible.builtin.service:
name: matrix
_synapse_reverse_proxy_companion_service_stat
name: matrix
-synapse-reverse-proxy-companion
state: stopped
enabled: false
daemon_reload: true
Write
Preview
Loading…
Cancel
Save