From e61227c973d85f6e91d22f723f17a00e94487b1e Mon Sep 17 00:00:00 2001 From: Ameya Shenoy Date: Sat, 9 Jun 2018 10:23:12 +0000 Subject: [PATCH] cryto --- playbooks/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/install.py b/playbooks/install.py index 5fb99e59..255fb0b3 100644 --- a/playbooks/install.py +++ b/playbooks/install.py @@ -55,7 +55,7 @@ def install_bench(args): }) success = run_os_command({ - 'pip': "sudo pip install ansible" + 'pip': "sudo pip install --upgrade urllib3 requests cryptography ansible" }) if not success: