From a23f3c88b8bcbcdbbc119d64bcde163235fee548 Mon Sep 17 00:00:00 2001 From: pjan vandaele Date: Wed, 28 Jan 2015 10:36:08 +0900 Subject: [PATCH] Added version to postrgresql-contrib --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 8da4b5cb..f0d2ad55 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -25,4 +25,4 @@ with_items: - "postgresql-{{postgresql_version}}" - "postgresql-client-{{postgresql_version}}" - - "postgresql-contrib" + - "postgresql-contrib-{{postgresql_version}}"