mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
build(install): Upgrade Ansible to 2.8.15 (or later patch version)
This commit is contained in:
parent
e146919f9d
commit
482bb2e591
@ -163,7 +163,7 @@ def install_prerequisites():
|
|||||||
install_package('pip3', 'python3-pip')
|
install_package('pip3', 'python3-pip')
|
||||||
|
|
||||||
success = run_os_command({
|
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')):
|
if not (success or shutil.which('ansible')):
|
||||||
|
Loading…
Reference in New Issue
Block a user