2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-12 00:06:36 +00:00

Merge pull request #1085 from ceefour/patch-5

fix: Upgrade Ansible to 2.8.15 (or later patch version)
This commit is contained in:
gavin 2020-10-29 12:54:19 +05:30 committed by GitHub
commit 0367010335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,7 @@ def install_prerequisites():
install_package('pip3', 'python3-pip')
success = run_os_command({
'python3': "sudo -H python3 -m pip install --upgrade setuptools wheel cryptography ansible==2.8.5 pip"
'python3': "sudo -H python3 -m pip install --upgrade setuptools wheel cryptography ansible~=2.8.15 pip"
})
if not (success or shutil.which('ansible')):