Skip to content

Commit

Permalink
Update Ansible to 2.1.6.0
Browse files Browse the repository at this point in the history
2.1.6.0 contains fixes for the following vulnerability:

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

Change-Id: I866e4d53122d02d007f5f890b9c255ddaf1e415b
  • Loading branch information
Jesse Pretorius committed Jun 2, 2017
1 parent 14ea5d7 commit 8e0582b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap-ansible.sh
Expand Up @@ -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.1.5.0"}
export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible==2.1.6.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"}
Expand Down

0 comments on commit 8e0582b

Please sign in to comment.