homeserver/roles/mgrote.postgresql/defaults/main.yml
2020-08-18 11:57:53 +02:00

14 lines
219 B
YAML

---
postgres_programme:
- postgresql
- libpq5
- postgresql-10
- postgresql-client-10
- postgresql-client-common
- postgresql-contrib
- curl
- gnupg
- libpq-dev
- python-psycopg2
- python3-psycopg2