remove legacy ansible environment setup hint

Our ansible installation changed quite some time ago,
and it is time to go ahead and remove the outdated reference.

Change-Id: I43c65b742616835662cf5bc3b87a22aa42b79185
This commit is contained in:
Julia Kreger 2020-01-09 14:49:31 -08:00 committed by Dmitry Tantsur
parent 44196ea91b
commit 3b859c83f5
1 changed files with 0 additions and 3 deletions

View File

@ -42,9 +42,6 @@ if [ ! -d ${ANSIBLE_INSTALL_ROOT} ]; then
mkdir -p ${ANSIBLE_INSTALL_ROOT} || (sudo mkdir -p ${ANSIBLE_INSTALL_ROOT})
fi
sudo -H chown -R $u:$g ${ANSIBLE_INSTALL_ROOT}
mkdir -p ${ANSIBLE_INSTALL_ROOT}/ansible/hacking
echo "echo Sourcing this file is no longer needed! Ansible is always installed from PyPI" > ${ANSIBLE_INSTALL_ROOT}/ansible/hacking/env-setup
echo
echo "To use bifrost, do"