mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 09:08:56 +01:00 
			
		
		
		
	Update group_vars/matrix_servers
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
This commit is contained in:
		@@ -1219,6 +1219,7 @@ matrix_bot_postmoogle_systemd_required_services_list: |
 | 
			
		||||
# Postgres is the default, except if not using `matrix_postgres` (internal postgres)
 | 
			
		||||
matrix_bot_postmoogle_database_engine: "{{ 'postgres' if matrix_postgres_enabled else 'sqlite' }}"
 | 
			
		||||
matrix_bot_postmoogle_database_password: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'postmoogle.db') | to_uuid }}"
 | 
			
		||||
 | 
			
		||||
matrix_bot_postmoogle_container_image_self_build: "{{ matrix_architecture not in ['amd64', 'arm32', 'arm64'] }}"
 | 
			
		||||
 | 
			
		||||
######################################################################
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user