mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 09:08:56 +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:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user