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