From ecb58b85be010b941c779303661ac8b4065f9ab5 Mon Sep 17 00:00:00 2001 From: Andrii Ostapenko Date: Wed, 1 Jul 2020 23:56:03 -0500 Subject: [PATCH] Fix ara installation Using the latest ara supporting ansible 2.5.5 Change-Id: Id44948986609093b709e23e0d9f9eddd690fa2b8 Signed-off-by: Andrii Ostapenko --- tools/gate/devel/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/gate/devel/start.sh b/tools/gate/devel/start.sh index e71043f59..3bb54b193 100755 --- a/tools/gate/devel/start.sh +++ b/tools/gate/devel/start.sh @@ -64,7 +64,7 @@ function ansible_install { # what's deployed in the gates sudo -H -E pip3 install --upgrade "ansible==2.5.5" sudo -H -E pip3 install --upgrade \ - ara \ + ara==0.16.5 \ yq } @@ -84,7 +84,7 @@ else fi cd ${WORK_DIR} -export ANSIBLE_CALLBACK_PLUGINS="$(python -c 'import os,ara; print(os.path.dirname(ara.__file__))')/plugins/callbacks" +export ANSIBLE_CALLBACK_PLUGINS="$(python3 -m ara.setup.callback_plugins)" rm -rf ${HOME}/.ara function dump_logs () {