Merge pull request #9438 from binarytemple/patch-1

export ANSIBLE_HOME so it can be used in scripts
This commit is contained in:
Brian Coca 2015-08-06 23:59:21 -04:00
commit 636f88fd31

View file

@ -25,7 +25,7 @@ fi
# The below is an alternative to readlink -fn which doesn't exist on OS X
# Source: http://stackoverflow.com/a/1678636
FULL_PATH=$(python -c "import os; print(os.path.realpath('$HACKING_DIR'))")
ANSIBLE_HOME=$(dirname "$FULL_PATH")
export ANSIBLE_HOME=(dirname "$FULL_PATH")
PREFIX_PYTHONPATH="$ANSIBLE_HOME/lib"
PREFIX_PATH="$ANSIBLE_HOME/bin"