[Ubuntu] use pipx to install ansible (#3015)

* use pipx to install ansible

* update info
This commit is contained in:
Aleksandr Chebotov
2021-03-25 12:40:36 +03:00
committed by GitHub
parent ecfee9c8ec
commit 436d9baa95
6 changed files with 13 additions and 12 deletions

View File

@@ -43,6 +43,6 @@ Describe "PipxPackages" -Skip:(Test-IsUbuntu16) {
[array]$testCases = (Get-ToolsetContent).pipx | ForEach-Object { @{cmd = $_.cmd} }
It "<package>" -TestCases $testCases {
"$cmd --version" | Should -ReturnZeroExitCode
"$cmd --version" | Should -ReturnZeroExitCode
}
}