Restore stable-2.0 as the default Ansible branch

Bug https://github.com/ansible/ansible-modules-core/issues/2804 is
reported fixed since January 2016 so restore the Ansible branch to
stable-2.0 to get all the latest fixes.

Change-Id: Ibae26a4378713656e2480f3d4b73e670e5503ae8
Signed-off-by: Markos Chandras <mchandras@suse.de>
This commit is contained in:
Markos Chandras 2016-08-18 11:21:07 +03:00
parent 4c2ea6ffd9
commit 2b6cf52ae2
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 () {