Fix ara installation
Using the latest ara supporting ansible 2.5.5 Change-Id: Id44948986609093b709e23e0d9f9eddd690fa2b8 Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
parent
7cf8c6f893
commit
ecb58b85be
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user