diff --git a/scripts/functions.sh b/scripts/functions.sh index e1f4b61..815cc8a 100644 --- a/scripts/functions.sh +++ b/scripts/functions.sh @@ -20,7 +20,7 @@ function setup_ara { # This installs from pypi # 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_COMMAND} install --isolated ${PIP_OPTS} ara "${ANSIBLE_PACKAGE:-ansible}" + ${PIP_COMMAND} install --isolated ${PIP_OPTS} ara==0.14.0 "${ANSIBLE_PACKAGE:-ansible}" fi # Dynamically retrieve the location of the ARA callback so we are able to find # it on both py2 and py3