From: Andrew Schoen Date: Thu, 23 Jun 2016 16:49:58 +0000 (-0500) Subject: chacra-pull-requests: install python-psycopg2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5854b12c32ed1f9f4b7f259441af4114970b8692;p=ceph-build.git chacra-pull-requests: install python-psycopg2 We need this to be able to create users with ansible. Signed-off-by: Andrew Schoen --- 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