diff --git a/elk_metrics_6x/bootstrap-embedded-ansible.sh b/elk_metrics_6x/bootstrap-embedded-ansible.sh
index f0a4c14e..6f4a92ec 100755
--- a/elk_metrics_6x/bootstrap-embedded-ansible.sh
+++ b/elk_metrics_6x/bootstrap-embedded-ansible.sh
@@ -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