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
b447fa8f
Unverified
Commit
b447fa8f
authored
Aug 25, 2021
by
Slavi Pantaleev
Committed by
GitHub
Aug 25, 2021
Browse files
Merge pull request #1247 from FSG-Cat/patch-1
Update Synapse from 1.40.0 to 1.41.0
parents
f5258bbe
1e070f1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/matrix-synapse/defaults/main.yml
View file @
b447fa8f
...
...
@@ -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