mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
@@ -214,9 +214,14 @@ Function Choco-Install
|
||||
Choco-Upgrade -package $package -version $version -source $source -force $force `
|
||||
-installargs $installargs -packageparams $packageparams `
|
||||
-ignoredependencies $ignoredependencies
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
return
|
||||
if (-not $force)
|
||||
{
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
$cmd = "$executable install -dv -y $package"
|
||||
|
||||
Reference in New Issue
Block a user