From 5854b12c32ed1f9f4b7f259441af4114970b8692 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 23 Jun 2016 11:49:58 -0500 Subject: [PATCH] chacra-pull-requests: install python-psycopg2 We need this to be able to create users with ansible. Signed-off-by: Andrew Schoen --- chacra-pull-requests/setup/playbooks/tasks/postgresql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/chacra-pull-requests/setup/playbooks/tasks/postgresql.yml b/chacra-pull-requests/setup/playbooks/tasks/postgresql.yml index ddbffc36..d2305f4a 100644 --- a/chacra-pull-requests/setup/playbooks/tasks/postgresql.yml +++ b/chacra-pull-requests/setup/playbooks/tasks/postgresql.yml @@ -14,6 +14,7 @@ - postgresql-common - postgresql-contrib - postgresql-server-dev-9.3 + - python-psycopg2 tags: - packages -- 2.39.5