mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
[Ubuntu] inject ansible pkg (#3047)
* inject ansible pkg * fix comment * fix comment
This commit is contained in:
committed by
GitHub
parent
6747127d83
commit
6ac1661557
@@ -18,6 +18,11 @@ for package in $pipx_packages; do
|
|||||||
else
|
else
|
||||||
echo "Install $package into default python"
|
echo "Install $package into default python"
|
||||||
pipx install $package
|
pipx install $package
|
||||||
|
|
||||||
|
# Install ansible into an existing ansible-base Virtual Environment
|
||||||
|
if [[ $package == "ansible-base" ]]; then
|
||||||
|
pipx inject ansible-base ansible
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user