chore(python): add passlib to default installed python packages

This commit is contained in:
2021-08-30 22:54:05 +01:00
parent b6ae43d426
commit bb8fb0ca50

View File

@@ -33,6 +33,7 @@ install_python_global_packages() {
'ansible'
'grip'
'molecule[docker]'
'passlib'
'yamllint'
)