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: pinnwand_config:
database: database:
scheme: pgsql scheme: postgresql
username: pinnwand username: pinnwand
password: password password: password
hostname: localhost hostname: localhost

View File

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