From 4030126317a0adbd6b4d903032e291870d2a3af8 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 4 Jul 2016 22:01:38 +0300 Subject: [PATCH] - Install passlib in Python2 for Ansible. --- pkgs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs.yml b/pkgs.yml index 57dc884..ae5c629 100644 --- a/pkgs.yml +++ b/pkgs.yml @@ -131,6 +131,8 @@ - proselint - git+https://github.com/philpep/testinfra@ansible-vault - twine + - bcrypt + - passlib pip3: cargo: - rustfmt -- GitLab