mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
committed by
Jordan Borean
parent
50f2313b47
commit
69ade22243
@@ -101,6 +101,10 @@ Function Choco-IsInstalled
|
||||
[string]$package
|
||||
)
|
||||
|
||||
if ($package -eq "all") {
|
||||
return $true
|
||||
}
|
||||
|
||||
$cmd = "$executable list --local-only --exact $package"
|
||||
$output = invoke-expression $cmd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user