Update ansible to 2.8.10

Change-Id: I53e732031e1709138e831a5c1162843dc3021113
This commit is contained in:
Dmitriy Rabotyagov
2020-04-06 14:56:02 +03:00
parent 6db97829c3
commit 189704a0c4

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.8"}
export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible==2.8.10"}
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"}