Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
databases
Commits
d1cfa497
Commit
d1cfa497
authored
Jun 13, 2020
by
Thomas Schneider
Browse files
postgres: Allow installing a specific version
parent
c9284a67
Pipeline
#2185
failed with stage
in 31 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
postgres/tasks/main.yml
View file @
d1cfa497
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment