diff --git a/playbooks/install.py b/playbooks/install.py index 4c311586..67ab5672 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: