From 82ce5424d72d125c7e4094ba33679dfa7013e941 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sun, 19 Jul 2020 12:39:28 +0200 Subject: [PATCH] ansible requirements --- tasks/main.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/main.yaml b/tasks/main.yaml index f160753..94b5800 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -4,3 +4,6 @@ apt: pkg: - postgresql + # for ansible + - python-psycopg2 + - python3-psycopg2