mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +00:00
chore: pin ansible version to 2.8.5
i think some changes to the newer version of ansible api (2.9.0) causes mariadb installation to fail spectacularly. pinning the ansible version to 2.8.5 should fix this issue for now. Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
parent
16da871a8b
commit
ba4602bb2b
@ -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