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-ldap-registration-proxy service stopping when uninstalling
pull/2920/head
Slavi Pantaleev
2 years ago
parent
860a144283
commit
af39de9154
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/custom/matrix-ldap-registration-proxy/tasks/setup_uninstall.yml
+ 1
- 1
roles/custom/matrix-ldap-registration-proxy/tasks/setup_uninstall.yml
View File
@@ -9,7 +9,7 @@
block:
block:
- name: Ensure matrix-matrix_ldap_registration_proxy is stopped
- name: Ensure matrix-matrix_ldap_registration_proxy is stopped
ansible.builtin.service:
ansible.builtin.service:
name: matrix-
matrix_ldap_registration_
proxy
name: matrix-
ldap-registration-
proxy
state: stopped
state: stopped
enabled: false
enabled: false
daemon_reload: true
daemon_reload: true
Write
Preview
Loading…
Cancel
Save