Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
bcfe1cbd
Verified
Commit
bcfe1cbd
authored
Jun 12, 2020
by
Frederik Schwan
Committed by
Sven-Hendrik Haase
Jun 17, 2020
Browse files
fix E403 'Package installs should not use latest'
parent
910903cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/matrix/defaults/main.yml
0 → 100644
View file @
bcfe1cbd
---
matrix_pip_version
:
1.14.0
roles/matrix/tasks/main.yml
View file @
bcfe1cbd
...
...
@@ -33,7 +33,7 @@
name
:
-
'
matrix-synapse[postgres,systemd,url_preview]'
-
pip
state
:
latest
state
:
"
{{
matrix_pip_version
}}"
extra_args
:
'
-U
--upgrade-strategy=eager'
virtualenv
:
/var/lib/synapse/venv
become
:
yes
...
...
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