From: Andrew Schoen Date: Thu, 23 Jun 2016 15:37:54 +0000 (-0500) Subject: chacra-pull-requests: also install postgresql-server-dev-9.3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=765de9137987f8fe1391451b9ad417f71225d58b;p=ceph-build.git chacra-pull-requests: also install postgresql-server-dev-9.3 This is need to install psycopg2 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 56b09f9d..764dbd31 100644 --- a/chacra-pull-requests/setup/playbooks/tasks/postgresql.yml +++ b/chacra-pull-requests/setup/playbooks/tasks/postgresql.yml @@ -13,6 +13,7 @@ - postgresql - postgresql-common - postgresql-contrib + - postgresql-server-dev-9.3 tags: - packages