2
0
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:
Saurabh 2019-11-04 17:35:47 +05:30 committed by GitHub
commit 073f6d00a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ def install_bench(args):
})
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: