From c22296272e4e299db7c12f5f9b4608737da13729 Mon Sep 17 00:00:00 2001 From: Tom Cameron Date: Fri, 26 Jun 2015 10:37:41 -0400 Subject: [PATCH] Upgrade to ansible 1.9.2 Update Ansible version to v1.9.2-1. This update includes a fix to address CVE-2015-3908 - A vulnerability where HTTPS can be MITM'd. Change-Id: I4dca72706cf73cdd974788e9c012ad8ecb7a9c15 Closes-Bug: #1466216 --- 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 80aead8b49..353a90f61f 100755 --- a/scripts/bootstrap-ansible.sh +++ b/scripts/bootstrap-ansible.sh @@ -20,7 +20,7 @@ set -e -u -x ## Vars ---------------------------------------------------------------------- -export ANSIBLE_GIT_RELEASE=${ANSIBLE_GIT_RELEASE:-"v1.9.0.1-1"} +export ANSIBLE_GIT_RELEASE=${ANSIBLE_GIT_RELEASE:-"v1.9.2-1"} export ANSIBLE_GIT_REPO=${ANSIBLE_GIT_REPO:-"https://github.com/ansible/ansible"} export ANSIBLE_ROLE_FILE=${ANSIBLE_ROLE_FILE:-"ansible-role-requirements.yml"} export ANSIBLE_WORKING_DIR=${ANSIBLE_WORKING_DIR:-/opt/ansible_${ANSIBLE_GIT_RELEASE}}