mirror of
https://github.com/rocky-linux/ansible-role-pinnwand.git
synced 2024-11-21 14:51:26 +00:00
fix: postgresql not pgsql
This commit is contained in:
parent
da0120d1ea
commit
9af3c3c449
@ -3,7 +3,7 @@
|
||||
|
||||
pinnwand_config:
|
||||
database:
|
||||
scheme: pgsql
|
||||
scheme: postgresql
|
||||
username: pinnwand
|
||||
password: password
|
||||
hostname: localhost
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
- name: install pinnwand into virtualenv
|
||||
pip:
|
||||
name: pinnwand
|
||||
name: ['pinnwand', 'psycopg2']
|
||||
extra_args: --user
|
||||
executable: pip3.9
|
||||
notify: restart pinnwand
|
||||
|
Loading…
Reference in New Issue
Block a user