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
This commit is contained in:
parent
ae05e413b6
commit
807c17c396
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user