|
|
|
@ -53,6 +53,7 @@ if [ "$ANSIBLE_HOME" != "$PWD" ] ; then
|
|
|
|
|
else
|
|
|
|
|
current_dir="$ANSIBLE_HOME"
|
|
|
|
|
fi
|
|
|
|
|
(
|
|
|
|
|
cd "$ANSIBLE_HOME"
|
|
|
|
|
if [ "$verbosity" = silent ] ; then
|
|
|
|
|
gen_egg_info > /dev/null 2>&1
|
|
|
|
@ -60,6 +61,7 @@ else
|
|
|
|
|
gen_egg_info
|
|
|
|
|
fi
|
|
|
|
|
cd "$current_dir"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
if [ "$verbosity" != silent ] ; then
|
|
|
|
|
cat <<- EOF
|
|
|
|
|