mirror of
https://github.com/frappe/bench.git
synced 2025-02-04 03:48:24 +00:00
[fix] install ansible 2.3.1
This commit is contained in:
parent
c97be6ab1f
commit
e821ba5e3b
@ -61,7 +61,7 @@ def install_bench(args):
|
|||||||
# Restricting ansible version due to following bug in ansible 2.1
|
# Restricting ansible version due to following bug in ansible 2.1
|
||||||
# https://github.com/ansible/ansible-modules-core/issues/3752
|
# https://github.com/ansible/ansible-modules-core/issues/3752
|
||||||
success = run_os_command({
|
success = run_os_command({
|
||||||
'pip': "sudo pip install ansible"
|
'pip': "sudo pip install ansible==2.3.1"
|
||||||
})
|
})
|
||||||
|
|
||||||
if not success:
|
if not success:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user