From 87a4c06c7ade3840c5403ff64dff40143b5f4b4e Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 3 Sep 2015 21:58:07 -0500 Subject: [PATCH] Update Ansible to v1.9.3-1 The change updates ansible to the latest stable release within the 1.9.x series. Change-Id: I6c50fcb056d9130d71123b62ddda28685c7af639 --- 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 353a90f61f..e9935d2e5a 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.2-1"} +export ANSIBLE_GIT_RELEASE=${ANSIBLE_GIT_RELEASE:-"v1.9.3-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}}