diff --git a/playbooks/install.py b/playbooks/install.py index 283af24f..7c23a6bb 100644 --- a/playbooks/install.py +++ b/playbooks/install.py @@ -61,7 +61,7 @@ def install_bench(args): }) success = run_os_command({ - 'pip': "sudo pip install --upgrade setuptools cryptography ansible pip" + 'pip': "sudo pip install --upgrade setuptools cryptography ansible==2.8.5 pip" }) if not success: