Update ansible to 2.8.5

Change-Id: I1eedde987ede3fb513ebefe19f6a2f92bd0c4c5e
This commit is contained in:
Jonathan Rosser
2019-09-11 22:05:13 +01:00
parent 55946f1582
commit 0d6bc06e49

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.8.3"}
export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible==2.8.5"}
export ANSIBLE_ROLE_FILE=${ANSIBLE_ROLE_FILE:-"ansible-role-requirements.yml"}
export USER_ROLE_FILE=${USER_ROLE_FILE:-"user-role-requirements.yml"}
export SSH_DIR=${SSH_DIR:-"/root/.ssh"}