2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

reverted ansible to 2.3 from 2.4

This commit is contained in:
Ameya Shenoy 2018-01-28 19:44:32 +05:30 committed by GitHub
parent 1769ee0f18
commit 48e30a8e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ def install_bench(args):
})
success = run_os_command({
'pip': "sudo pip install ansible==2.4.1"
'pip': "sudo pip install ansible==2.3.1"
})
if not success: