From cf69510ab91ff35056e0d9202342522a406e1cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 24 Jan 2018 20:42:56 +0000 Subject: [PATCH] Hubs: fix playbook 3, the revenge --- roles/hubs/tasks/db-postgresql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/hubs/tasks/db-postgresql.yml b/roles/hubs/tasks/db-postgresql.yml index 3e299bf2bc..e3af324019 100644 --- a/roles/hubs/tasks/db-postgresql.yml +++ b/roles/hubs/tasks/db-postgresql.yml @@ -5,6 +5,8 @@ with_items: - postgresql-server - python3-psycopg2 + # For the ansible modules + - python-psycopg2 - name: Set up postgresql database command: postgresql-setup --initdb