2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 04:59:01 +00:00

build(install): Upgrade Ansible to 2.8.15 (or later patch version)

This commit is contained in:
Hendy Irawan 2020-10-03 23:58:18 +07:00 committed by Hendy Irawan
parent e146919f9d
commit 482bb2e591

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')):