From 3b859c83f5efe38b8c340e1211aad2a808d69cf0 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Thu, 9 Jan 2020 14:49:31 -0800 Subject: [PATCH] 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 --- scripts/env-setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/env-setup.sh b/scripts/env-setup.sh index 65163b364..131307486 100755 --- a/scripts/env-setup.sh +++ b/scripts/env-setup.sh @@ -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"