Add passlib to Ansible venvs

The passlib library is needed to generate bcrypt password hash.
If the passlib is not installed, Zuul will print a message:

    *0

or

    crypt.crypt does not support 'bcrypt' algorithm

Change-Id: Ib1adc385bea519ac55fd23ba9da21e0d78f14dcb
This commit is contained in:
Daniel Pawlik 2022-05-05 16:28:24 +02:00
parent f623adefab
commit 66844797d2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# This file describes the currently supported ansible versions
[common]
default_version = 2.9
requirements = openstacksdk openshift jmespath google-cloud-storage pywinrm boto3 azure-storage-blob ibm-cos-sdk netaddr
requirements = openstacksdk openshift jmespath google-cloud-storage pywinrm boto3 azure-storage-blob ibm-cos-sdk netaddr passlib
[2.8]
# Ansible 2.8.16 breaks the k8s connection plugin