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:
parent
1769ee0f18
commit
48e30a8e75
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user