Skip to content
Snippets Groups Projects
Verified Commit 72fc0de9 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

matrix: Specify the right extras when installing synapse

parent 33a110a9
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
- name: install synapse
command: >
/var/lib/synapse/venv/bin/pip install matrix-synapse systemd-python lxml
/var/lib/synapse/venv/bin/pip install 'matrix-synapse[postgres,systemd,url_preview]'
args:
creates: /var/lib/synapse/venv/bin/synctl
become: yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment