From e35c7b3f49072324185e62771f1cfef1c6c082a0 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 18 Jan 2023 10:24:20 +0100 Subject: [PATCH] feat: add python passlib to support ansible password modules --- overlay/root/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/overlay/root/requirements.txt b/overlay/root/requirements.txt index 9a810cd..a296e87 100644 --- a/overlay/root/requirements.txt +++ b/overlay/root/requirements.txt @@ -8,3 +8,4 @@ hcloud # misc pycrypto flaky +passlib