Pin ara to compatible version

Change-Id: Ieed2c7aff8ce6a9fd3ae29728cd06ea54983cba0
This commit is contained in:
Logan V 2018-09-16 13:52:36 -05:00
parent 9f1aca9905
commit 41d258b356
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ function setup_ara {
# This installs from pypi # This installs from pypi
# PIP_COMMAND and PIP_OPTS are exported by the bootstrap-ansible script. # PIP_COMMAND and PIP_OPTS are exported by the bootstrap-ansible script.
# PIP_OPTS contains the whole set of constraints that need to be applied. # PIP_OPTS contains the whole set of constraints that need to be applied.
${PIP_COMMAND} install --isolated ${PIP_OPTS} ara "${ANSIBLE_PACKAGE:-ansible}" ${PIP_COMMAND} install --isolated ${PIP_OPTS} ara==0.14.0 "${ANSIBLE_PACKAGE:-ansible}"
fi fi
# Dynamically retrieve the location of the ARA callback so we are able to find # Dynamically retrieve the location of the ARA callback so we are able to find
# it on both py2 and py3 # it on both py2 and py3