mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 04:37:09 +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
|
||||
echo "Install $package into default python"
|
||||
pipx install $package
|
||||
|
||||
# Install ansible into an existing ansible-base Virtual Environment
|
||||
if [[ $package == "ansible-base" ]]; then
|
||||
pipx inject ansible-base ansible
|
||||
fi
|
||||
fi
|
||||
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user