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:
parent
44196ea91b
commit
3b859c83f5
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user