Fix matrix-ldap-registration-proxy service stopping when uninstalling

This commit is contained in:
Slavi Pantaleev 2023-09-27 16:22:24 +03:00
parent 860a144283
commit af39de9154
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
block:
- name: Ensure matrix-matrix_ldap_registration_proxy is stopped
ansible.builtin.service:
name: matrix-matrix_ldap_registration_proxy
name: matrix-ldap-registration-proxy
state: stopped
enabled: false
daemon_reload: true