Skip to content
Snippets Groups Projects
Commit d1cfa497 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

postgres: Allow installing a specific version

parent c9284a67
Branches
No related tags found
Loading
Checking pipeline status
......@@ -3,7 +3,7 @@
- name: ensure postgres packages are installed
apt:
name:
- postgresql
- postgresql{{ "-{}".format(postgres_version) if postgres_version is defined }}
- python-psycopg2
- python3-psycopg2
- libpq-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment