Update ansible to 2.7.1

Depends-On: https://review.openstack.org/#/c/615443
Change-Id: Ifc9fdf56fe9135c67492507aee5b2b73b9ce059f
This commit is contained in:
Jimmy McCrory 2018-11-02 08:43:27 -07:00
parent 9787d973ac
commit 878d758eaf
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ set -e -u -x
export HTTP_PROXY=${HTTP_PROXY:-""}
export HTTPS_PROXY=${HTTPS_PROXY:-""}
# The Ansible version used for testing
export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible==2.6.6"}
export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible==2.7.1"}
export ANSIBLE_ROLE_FILE=${ANSIBLE_ROLE_FILE:-"ansible-role-requirements.yml"}
export SSH_DIR=${SSH_DIR:-"/root/.ssh"}
export DEBIAN_FRONTEND=${DEBIAN_FRONTEND:-"noninteractive"}