Merge "Add the pip package hvac to support hashicorp vault"

This commit is contained in:
Zuul 2018-09-25 03:10:27 +00:00 committed by Gerrit Code Review
commit a7c581e8b5

View File

@ -41,6 +41,7 @@ if [[ ! -e "${ANSIBLE_EMBED_HOME}/bin/ansible" ]]; then
eval "${ANSIBLE_EMBED_HOME}/bin/pip install --upgrade --force pip"
eval "${ANSIBLE_EMBED_HOME}/bin/pip install --upgrade ansible==2.5.5.0 --isolated"
eval "${ANSIBLE_EMBED_HOME}/bin/pip install --upgrade jmespath --isolated"
eval "${ANSIBLE_EMBED_HOME}/bin/pip install --upgrade hvac --isolated"
echo "Ansible can be found here: ${ANSIBLE_EMBED_HOME}/bin"
fi