mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
Slightly more self-explanatory output for ./hacking/env-setup
This commit is contained in:
parent
2962073bcf
commit
03db6ef24a
1 changed files with 8 additions and 2 deletions
|
@ -25,11 +25,17 @@ export ANSIBLE_LIBRARY="$ANSIBLE_HOME/library"
|
||||||
# Print out values unless -q is set
|
# Print out values unless -q is set
|
||||||
|
|
||||||
if [ $# -eq 0 -o "$1" != "-q" ] ; then
|
if [ $# -eq 0 -o "$1" != "-q" ] ; then
|
||||||
|
echo ""
|
||||||
|
echo "Setting up Ansible to run out of checkout..."
|
||||||
|
echo ""
|
||||||
echo "PATH=$PATH"
|
echo "PATH=$PATH"
|
||||||
echo "PYTHONPATH=$PYTHONPATH"
|
echo "PYTHONPATH=$PYTHONPATH"
|
||||||
echo "ANSIBLE_LIBRARY=$ANSIBLE_LIBRARY"
|
echo "ANSIBLE_LIBRARY=$ANSIBLE_LIBRARY"
|
||||||
echo "MANPATH=$MANPATH"
|
echo "MANPATH=$MANPATH"
|
||||||
|
echo ""
|
||||||
|
|
||||||
echo "Reminder: specify your host file with -i"
|
echo "Remember, you may wish to specify your host file with -i"
|
||||||
echo "Done."
|
echo ""
|
||||||
|
echo "Done!"
|
||||||
|
echo ""
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue