Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
piops-roles
Matrix Docker Ansible Deploy
Commits
1e070f1e
Unverified
Commit
1e070f1e
authored
Aug 24, 2021
by
Catalan Lover
Committed by
GitHub
Aug 24, 2021
Browse files
Update Synapse from 1.40.0 to 1.41.0
parent
c1c2c8cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/matrix-synapse/defaults/main.yml
View file @
1e070f1e
...
...
@@ -15,8 +15,8 @@ matrix_synapse_docker_image_name_prefix: "{{ 'localhost/' if matrix_synapse_cont
# amd64 gets released first.
# arm32 relies on self-building, so the same version can be built immediately.
# arm64 users need to wait for a prebuilt image to become available.
matrix_synapse_version
:
v1.4
0
.0
matrix_synapse_version_arm64
:
v1.4
0
.0
matrix_synapse_version
:
v1.4
1
.0
matrix_synapse_version_arm64
:
v1.4
1
.0
matrix_synapse_docker_image_tag
:
"
{{
matrix_synapse_version
if
matrix_architecture
in
['arm32',
'amd64']
else
matrix_synapse_version_arm64
}}"
matrix_synapse_docker_image_force_pull
:
"
{{
matrix_synapse_docker_image.endswith(':latest')
}}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment