From 20ebbde29c88468f7a8701aa1e6ef9af166dc44f Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sun, 4 Oct 2015 14:44:37 +0000 Subject: [PATCH] Need psycopg2 for ansible usage here. --- roles/taiga/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/taiga/tasks/main.yml b/roles/taiga/tasks/main.yml index cb982187bc..c2b6658fae 100644 --- a/roles/taiga/tasks/main.yml +++ b/roles/taiga/tasks/main.yml @@ -11,6 +11,8 @@ - nginx - libsemanage-python - postgresql-server + # Need this to use the postgresql ansible module + - python-psycopg2 - python3-gunicorn - python3-psycopg2