From 807c17c396e497048a5caa231852234658997e29 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Tue, 3 Nov 2015 13:37:03 -0500 Subject: [PATCH] Switch to Ansible 2.0 Once Ansible 2.0 is released, we should use it. Updated branch to be stable-2.0. An additional driver behind this is the introduction of additional filters which allow users to combine dictonary values. Change-Id: I7527ad084e67b5707c4aeeb09fdc9446889d25b6 --- scripts/env-setup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/env-setup.sh b/scripts/env-setup.sh index 2b9a392ab..ad1f4c6a6 100755 --- a/scripts/env-setup.sh +++ b/scripts/env-setup.sh @@ -2,9 +2,7 @@ set -e ANSIBLE_GIT_URL=${ANSIBLE_GIT_URL:-https://github.com/ansible/ansible.git} -# Note(TheJulia): Presently defaulting to stable-1.9, although the syntax -# is compatible with the Ansible devel branch as of 20150923. -ANSIBLE_GIT_BRANCH=${ANSIBLE_GIT_BRANCH:-stable-1.9} +ANSIBLE_GIT_BRANCH=${ANSIBLE_GIT_BRANCH:-stable-2.0} if [ -x '/usr/bin/apt-get' ]; then if ! $(gcc -v &>/dev/null); then