Disable automatic user creation when MAS migration is in progress

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3647
This commit is contained in:
Slavi Pantaleev 2024-10-21 10:52:17 +03:00
parent 3d7a926c19
commit 44682a9e0f

View File

@ -31,7 +31,7 @@
# Suppress logging to avoid dumping the credentials to the shell # Suppress logging to avoid dumping the credentials to the shell
no_log: true no_log: true
- when: matrix_authentication_service_enabled | bool - when: matrix_authentication_service_enabled and not matrix_authentication_service_migration_in_progress
block: block:
- name: Ensure Matrix Authentication Service is started before creating Matrix users - name: Ensure Matrix Authentication Service is started before creating Matrix users
ansible.builtin.service: ansible.builtin.service: