From e7b1b04acc66eb13c18d7022f71026ac3949a187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Tue, 21 Feb 2023 01:42:53 +0100 Subject: [PATCH] CI: Add python-passlib package Used for hashing passwords with bcrypt. --- .build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.build.yml b/.build.yml index f8ddc1e..0938ff3 100644 --- a/.build.yml +++ b/.build.yml @@ -3,6 +3,7 @@ packages: - ansible - ansible-lint - python-hvac + - python-passlib # password_hash with bcrypt - python-pip - terraform - yamllint -- 2.44.0