Bump ansible version to latest stable
Change-Id: Ic6558db777abbc02e7de686c3b5b30595cac347e
This commit is contained in:
parent
0fb46c5d6b
commit
4df852b626
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- Bump to latest stable Ansible version (2.4)
|
||||
|
@ -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})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user