Merge "Restore stable-2.0 as the default Ansible branch"

This commit is contained in:
Jenkins 2016-08-19 16:52:13 +00:00 committed by Gerrit Code Review
commit 52b4d37495
1 changed files with 1 additions and 4 deletions

View File

@ -2,10 +2,7 @@
set -eu
ANSIBLE_GIT_URL=${ANSIBLE_GIT_URL:-https://github.com/ansible/ansible.git}
# Note(TheJulia): Normally this should be stable-2.0, pinning due to
# issues with the stable branch.
# https://github.com/ansible/ansible-modules-core/issues/2804
ANSIBLE_GIT_BRANCH=${ANSIBLE_GIT_BRANCH:-v2.0.0.0-1}
ANSIBLE_GIT_BRANCH=${ANSIBLE_GIT_BRANCH:-stable-2.0}
ANSIBLE_INSTALL_ROOT=${ANSIBLE_INSTALL_ROOT:-/opt/stack}
function check_get_module () {