Add passlib: Crypt is deprecated from Py3.13

This commit is contained in:
2023-10-05 22:21:37 +13:00
parent 0df34ec321
commit cbccf1ecb9

View File

@@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y git && \
'ansible-compat==3.0.2' \
'molecule[docker]<5.0.0' \
'ansible-lint==6.16.2' \
'yamllint==1.32.0' && \
'yamllint==1.32.0' \
'passlib==1.7.4' && \
ansible-galaxy collection install community.general \
ansible.windows