From b8585094ab23b3905c1f4dc41b0d93b0faca3bb6 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 16 Jun 2015 14:29:11 +0000 Subject: [PATCH] Need the py3 version of psycopg2. --- roles/taiga/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taiga/tasks/main.yml b/roles/taiga/tasks/main.yml index 3b6bae0c09..501c12e2fa 100644 --- a/roles/taiga/tasks/main.yml +++ b/roles/taiga/tasks/main.yml @@ -7,11 +7,11 @@ - yum: name={{item}} state=present with_items: - nginx - - python-psycopg2 - libsemanage-python - postgresql-server - python3-gunicorn + - python3-psycopg2 - git - python3