2
0
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:
Chinmay D. Pai 2019-11-04 17:32:17 +05:30
parent 16da871a8b
commit ba4602bb2b
No known key found for this signature in database
GPG Key ID: 75507BE256F40CED

View File

@ -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: