Merge "Bump ansible version to latest stable"

This commit is contained in:
Zuul 2017-10-31 20:30:46 +00:00 committed by Gerrit Code Review
commit 8d02d85fb4
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
---
features:
- Bump to latest stable Ansible version (2.4)

View File

@ -5,7 +5,7 @@ set -eu
# NOTE(pas-ha) the above exports some useful variables like
# $PYTHON , $PIP and $VENV depending on venv install or not
ANSIBLE_PIP_VERSION=${ANSIBLE_PIP_VERSION:-${ANSIBLE_GIT_BRANCH:-stable-2.1}}
ANSIBLE_PIP_VERSION=${ANSIBLE_PIP_VERSION:-${ANSIBLE_GIT_BRANCH:-stable-2.4}}
ANSIBLE_PIP_STRING=$(${PYTHON} $(dirname $0)/ansible-pip-str.py ${ANSIBLE_PIP_VERSION})