Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
bfa9585d
Verified
Commit
bfa9585d
authored
Apr 15, 2021
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Add missing oidc support
parent
afebcd08
Changes
2
Hide whitespace changes
Inline
Side-by-side
ansible.cfg
View file @
bfa9585d
...
...
@@ -9,6 +9,7 @@ vault_password_file = misc/get-vault-pass.sh
retry_files_enabled = False
callback_plugins = plugins/callback
callback_whitelist = profile_tasks
max_diff_size = 250000
[ssh_connection]
pipelining = True
...
...
roles/matrix/tasks/main.yml
View file @
bfa9585d
...
...
@@ -78,7 +78,7 @@
-
name
:
install synapse
pip
:
name
:
-
'
matrix-synapse[postgres,systemd,url_preview,redis]==1.31.0'
-
'
matrix-synapse[postgres,systemd,url_preview,redis
,oidc
]==1.31.0'
state
:
latest
extra_args
:
'
--upgrade-strategy=eager'
virtualenv
:
/var/lib/synapse/venv
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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