Bump ansible version to latest stable

Change-Id: Ic6558db777abbc02e7de686c3b5b30595cac347e
This commit is contained in:
Yolanda Robla 2017-09-19 13:49:13 +02:00
parent 0fb46c5d6b
commit 4df852b626
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})