Add postgresql-contrib

This commit is contained in:
Salt 2020-07-28 08:46:45 -05:00
parent 4e90230c43
commit d32eb1d9bc

View File

@ -6,8 +6,9 @@
- name: Install PostgreSQL
apt:
name:
- postgresql
- libpq-dev
- postgresql
- postgresql-contrib
- python3-psycopg2
- name: Start PostgreSQL
systemd: