mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
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:
parent
3d7a926c19
commit
44682a9e0f
@ -31,7 +31,7 @@
|
||||
# Suppress logging to avoid dumping the credentials to the shell
|
||||
no_log: true
|
||||
|
||||
- when: matrix_authentication_service_enabled | bool
|
||||
- when: matrix_authentication_service_enabled and not matrix_authentication_service_migration_in_progress
|
||||
block:
|
||||
- name: Ensure Matrix Authentication Service is started before creating Matrix users
|
||||
ansible.builtin.service:
|
||||
|
Loading…
Reference in New Issue
Block a user