Update Ansible to 2.2.3.0

2.2.3.0 contains fixes for the following vulnerabilities:

https://access.redhat.com/security/cve/cve-2017-7466
https://access.redhat.com/security/cve/cve-2017-7481

Change-Id: I9f4b7c8a7d37176e65dfacfb51e91572a25918ff
This commit is contained in:
Jimmy McCrory 2017-05-24 12:50:17 -07:00
parent 563de46c09
commit 7beba50a83

View File

@ -22,7 +22,7 @@ set -e -u -x
## Vars ----------------------------------------------------------------------
export HTTP_PROXY=${HTTP_PROXY:-""}
export HTTPS_PROXY=${HTTPS_PROXY:-""}
export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible==2.2.2.0"}
export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible==2.2.3.0"}
export ANSIBLE_ROLE_FILE=${ANSIBLE_ROLE_FILE:-"ansible-role-requirements.yml"}
export SSH_DIR=${SSH_DIR:-"/root/.ssh"}
export DEBIAN_FRONTEND=${DEBIAN_FRONTEND:-"noninteractive"}