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

update ansible version

This commit is contained in:
Ameya Shenoy 2018-03-26 19:27:14 +05:30
parent f37768cef6
commit d0303a6a84
No known key found for this signature in database
GPG Key ID: 735490161CD5C91E

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.5.0"
})
if not success: