Add deps for pleroma and matrix

This commit is contained in:
Salt 2020-08-01 22:13:43 -05:00
parent 25a5270e33
commit e5a073e12d
2 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,8 @@
- name: Install packages
apt:
name:
- "matrix-synapse-py3"
- matrix-synapse-py3
- python3-psychopg2
- name: Set up PostgreSQL
block:
- name: Create DB user

View File

@ -9,6 +9,7 @@
apt:
name:
- curl
- python3-psychopg2
- unzip
#- ncurses # Comes installed by default on buntu
- name: Create pleroma user