1
0
Fork 0

Prepare for PostgreSQL

This commit is contained in:
Alex Kotov 2020-07-03 16:47:04 +05:00
parent 57d31c1e77
commit 6310e96c1a
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -5,6 +5,8 @@
- build-essential
- libffi-dev
- libjpeg-dev
- libpq-dev
- libpq5
- libssl-dev
- libxml2-dev
- libxslt1-dev
@ -102,6 +104,7 @@
- 'lxml'
- 'netaddr'
- 'pip'
- 'psycopg2'
- 'setuptools'
ignore_errors: true
changed_when: false
@ -128,6 +131,7 @@
- 'matrix-synapse'
- 'lxml'
- 'netaddr'
- 'psycopg2'
when: packages_info | json_query('results[*].rc') | difference([0]) != []
notify: Load, enable and restart Matrix Synapse