fix: postgresql not pgsql

This commit is contained in:
Neil Hanlon 2021-06-12 13:09:57 -04:00
parent da0120d1ea
commit 9af3c3c449
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
pinnwand_config:
database:
scheme: pgsql
scheme: postgresql
username: pinnwand
password: password
hostname: localhost

View File

@ -30,7 +30,7 @@
- name: install pinnwand into virtualenv
pip:
name: pinnwand
name: ['pinnwand', 'psycopg2']
extra_args: --user
executable: pip3.9
notify: restart pinnwand