Install the right package

This commit is contained in:
Salt 2020-08-01 22:17:14 -05:00
parent e5a073e12d
commit 509f329baf
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
apt:
name:
- matrix-synapse-py3
- python3-psychopg2
- python3-psycopg2
- name: Set up PostgreSQL
block:
- name: Create DB user

View File

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