From e821ba5e3b76aefa94a15b7af87160d83bcc7676 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Tue, 10 Oct 2017 12:40:56 +0530 Subject: [PATCH] [fix] install ansible 2.3.1 --- playbooks/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/install.py b/playbooks/install.py index 3986c70a..03bfb8ed 100755 --- a/playbooks/install.py +++ b/playbooks/install.py @@ -61,7 +61,7 @@ def install_bench(args): # Restricting ansible version due to following bug in ansible 2.1 # https://github.com/ansible/ansible-modules-core/issues/3752 success = run_os_command({ - 'pip': "sudo pip install ansible" + 'pip': "sudo pip install ansible==2.3.1" }) if not success: