mirror of
https://github.com/actions/runner-images.git
synced 2026-01-02 08:07:44 +08:00
[Ubuntu] use pipx to install ansible (#3015)
* use pipx to install ansible * update info
This commit is contained in:
committed by
GitHub
parent
ecfee9c8ec
commit
436d9baa95
@@ -218,6 +218,10 @@
|
||||
{
|
||||
"package": "aws-sam-cli",
|
||||
"cmd": "sam"
|
||||
},
|
||||
{
|
||||
"package": "ansible-base",
|
||||
"cmd": "ansible"
|
||||
}
|
||||
],
|
||||
"dotnet": {
|
||||
|
||||
@@ -219,6 +219,10 @@
|
||||
{
|
||||
"package": "aws-sam-cli",
|
||||
"cmd": "sam"
|
||||
},
|
||||
{
|
||||
"package": "ansible-base",
|
||||
"cmd": "ansible"
|
||||
}
|
||||
],
|
||||
"dotnet": {
|
||||
|
||||
Reference in New Issue
Block a user