2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 23:48:24 +00:00

[fix] install ansible 2.3.1

This commit is contained in:
Saurabh 2017-10-10 12:40:56 +05:30
parent c97be6ab1f
commit e821ba5e3b

View File

@ -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: