Update Ansible to v1.9.3-1

The change updates ansible to the latest stable release within the
1.9.x series.

Change-Id: I6c50fcb056d9130d71123b62ddda28685c7af639
This commit is contained in:
kevin 2015-09-03 21:58:07 -05:00
parent 424a766b5a
commit 87a4c06c7a
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F

View File

@ -20,7 +20,7 @@ set -e -u -x
## Vars ----------------------------------------------------------------------
export ANSIBLE_GIT_RELEASE=${ANSIBLE_GIT_RELEASE:-"v1.9.2-1"}
export ANSIBLE_GIT_RELEASE=${ANSIBLE_GIT_RELEASE:-"v1.9.3-1"}
export ANSIBLE_GIT_REPO=${ANSIBLE_GIT_REPO:-"https://github.com/ansible/ansible"}
export ANSIBLE_ROLE_FILE=${ANSIBLE_ROLE_FILE:-"ansible-role-requirements.yml"}
export ANSIBLE_WORKING_DIR=${ANSIBLE_WORKING_DIR:-/opt/ansible_${ANSIBLE_GIT_RELEASE}}