mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-30 18:31:28 +01:00 
			
		
		
		
	Update to 2022-06-14 18:00
This commit is contained in:
		| @@ -5,8 +5,8 @@ | |||||||
| element_id: element | element_id: element | ||||||
|  |  | ||||||
| # Version to deploy, and expected sha256 | # Version to deploy, and expected sha256 | ||||||
| element_version: 1.10.14 | element_version: 1.10.15 | ||||||
| element_archive_sha256: 1251b2d25c6195f9fef2283e0b9cc93e7a7bedbb13119d6e7d14331d8fd6d650 | element_archive_sha256: a2c39b9cdb36ac3f4d028bf83edd4091cd54b27df73a91040ae99886ddbfd416 | ||||||
|  |  | ||||||
| # Where to install element | # Where to install element | ||||||
| element_root_dir: /opt/matrix/element | element_root_dir: /opt/matrix/element | ||||||
| @@ -28,3 +28,6 @@ element_manage_upgrade: True | |||||||
|  |  | ||||||
| # Jitsi server to use | # Jitsi server to use | ||||||
| # element_jitsi_server: jitsi.example.net | # element_jitsi_server: jitsi.example.net | ||||||
|  |  | ||||||
|  | # MAP style URL to use to share position | ||||||
|  | element_map_style_url: https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx | ||||||
|   | |||||||
| @@ -35,5 +35,8 @@ | |||||||
| {% endif %} | {% endif %} | ||||||
|       "UIFeature.registration": {{ (synapse_enable_registration | default(False)) | ternary('true', 'false') }} |       "UIFeature.registration": {{ (synapse_enable_registration | default(False)) | ternary('true', 'false') }} | ||||||
|    }, |    }, | ||||||
|  | {% if element_map_style_url is defined and element_map_style_url != '' %} | ||||||
|  |    "map_style_url": "{{ element_map_style_url }}", | ||||||
|  | {% endif %} | ||||||
|    "happyJson": true |    "happyJson": true | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud