From 26afae594a1ff8cf511a7c8d5dbab328dc0ab797 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 18 Jan 2023 10:28:07 +0100 Subject: [PATCH] feat: add python passlib to support ansible password modules (#237) --- 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