mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 08:30:39 +00:00
Merge pull request #854 from Thunderbottom/ansible-playbook-fix
chore: pin ansible version to 2.8.5
This commit is contained in:
commit
073f6d00a4
@ -61,7 +61,7 @@ def install_bench(args):
|
|||||||
})
|
})
|
||||||
|
|
||||||
success = run_os_command({
|
success = run_os_command({
|
||||||
'pip': "sudo pip install --upgrade setuptools cryptography ansible pip"
|
'pip': "sudo pip install --upgrade setuptools cryptography ansible==2.8.5 pip"
|
||||||
})
|
})
|
||||||
|
|
||||||
if not success:
|
if not success:
|
||||||
|
Loading…
Reference in New Issue
Block a user