Prepare for PostgreSQL
This commit is contained in:
parent
57d31c1e77
commit
6310e96c1a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue