mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 07:43:09 +00:00
Speed up env-setup (#24133)
This commit is contained in:
@@ -59,7 +59,7 @@ fi
|
||||
(
|
||||
cd "$ANSIBLE_HOME"
|
||||
if [ "$verbosity" = silent ] ; then
|
||||
gen_egg_info > /dev/null 2>&1
|
||||
gen_egg_info > /dev/null 2>&1 &
|
||||
find . -type f -name "*.pyc" -exec rm -f {} \; > /dev/null 2>&1
|
||||
else
|
||||
gen_egg_info
|
||||
|
||||
Reference in New Issue
Block a user