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: apt:
name: name:
- matrix-synapse-py3 - matrix-synapse-py3
- python3-psychopg2 - python3-psycopg2
- name: Set up PostgreSQL - name: Set up PostgreSQL
block: block:
- name: Create DB user - name: Create DB user

View File

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