Merge "Switch to Ansible 2.0"

This commit is contained in:
Jenkins 2015-12-02 08:25:41 +00:00 committed by Gerrit Code Review
commit ab5562a901

View File

@ -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