From ebae481ad8b1f5e1c0d08825b93bf4ea8e9f4611 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 9 Dec 2013 18:57:42 +0000 Subject: [PATCH] 2. psycopg2. --- roles/notifs-frontend/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/notifs-frontend/tasks/main.yml b/roles/notifs-frontend/tasks/main.yml index ada135ef3b..285c94ef87 100644 --- a/roles/notifs-frontend/tasks/main.yml +++ b/roles/notifs-frontend/tasks/main.yml @@ -5,7 +5,7 @@ yum: pkg={{ item }} state=installed with_items: - python-fmn-web - - python-psycopg + - python-psycopg2 - name: copy fmn app configuration template: >