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:
|
pinnwand_config:
|
||||||
database:
|
database:
|
||||||
scheme: pgsql
|
scheme: postgresql
|
||||||
username: pinnwand
|
username: pinnwand
|
||||||
password: password
|
password: password
|
||||||
hostname: localhost
|
hostname: localhost
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user