From fdcde0dbbbf843dbab2872bf17eff91e8320ff5e Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 21 Feb 2019 18:08:04 -0600 Subject: [PATCH] Update ansible to the latest stable release Change-Id: Ibf5ffc0f43d789a936ffd73d1cf90ea5d81e43f6 Signed-off-by: Kevin Carter --- scripts/bootstrap-ansible.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-ansible.sh b/scripts/bootstrap-ansible.sh index 07a805b63d..04153c7a76 100755 --- a/scripts/bootstrap-ansible.sh +++ b/scripts/bootstrap-ansible.sh @@ -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.7.5"} +export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible==2.7.8"} export ANSIBLE_ROLE_FILE=${ANSIBLE_ROLE_FILE:-"ansible-role-requirements.yml"} export SSH_DIR=${SSH_DIR:-"/root/.ssh"} export DEBIAN_FRONTEND=${DEBIAN_FRONTEND:-"noninteractive"}