From ba4602bb2b53c0aa2f78195fac9e57d7ed805950 Mon Sep 17 00:00:00 2001 From: "Chinmay D. Pai" Date: Mon, 4 Nov 2019 17:32:17 +0530 Subject: [PATCH] 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 --- playbooks/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/install.py b/playbooks/install.py index 283af24f..7c23a6bb 100644 --- a/playbooks/install.py +++ b/playbooks/install.py @@ -61,7 +61,7 @@ def install_bench(args): }) 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: