Skip to content

Commit

Permalink
Install ansible from git source
Browse files Browse the repository at this point in the history
Bumps the SHA just past the 2.1.4.0 release to include a fix for
rendering vars to yaml which broke OSA.

This can be reverted once the next stable release is tagged.

https://github.com/ansible/ansible/commits/stable-2.1
ansible/ansible#20253

Change-Id: I8098809cd9b803146d7ff873f475341ccb507036
  • Loading branch information
logan2211 committed Jan 22, 2017
1 parent 9eee2ca commit 08fde8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap-ansible.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -e -u -x
## Vars ----------------------------------------------------------------------
export HTTP_PROXY=${HTTP_PROXY:-""}
export HTTPS_PROXY=${HTTPS_PROXY:-""}
export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible==2.1.4.0"}
export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"git+https://github.com/ansible/ansible@44026f8d7befa4d25c8ee8b3bd3efa3bdb240d62"} # stable-2.1 post 2.1.4.0 with yaml fix
export ANSIBLE_ROLE_FILE=${ANSIBLE_ROLE_FILE:-"ansible-role-requirements.yml"}
export SSH_DIR=${SSH_DIR:-"/root/.ssh"}
export DEBIAN_FRONTEND=${DEBIAN_FRONTEND:-"noninteractive"}
Expand Down

0 comments on commit 08fde8c

Please sign in to comment.