Add postgresql-contrib
This commit is contained in:
parent
4e90230c43
commit
d32eb1d9bc
@ -6,8 +6,9 @@
|
|||||||
- name: Install PostgreSQL
|
- name: Install PostgreSQL
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- postgresql
|
|
||||||
- libpq-dev
|
- libpq-dev
|
||||||
|
- postgresql
|
||||||
|
- postgresql-contrib
|
||||||
- python3-psycopg2
|
- python3-psycopg2
|
||||||
- name: Start PostgreSQL
|
- name: Start PostgreSQL
|
||||||
systemd:
|
systemd:
|
||||||
|
Loading…
Reference in New Issue
Block a user