mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
a2f9e0d2fe
commit
2c87fe3b58
1 changed files with 6 additions and 1 deletions
|
@ -214,11 +214,16 @@ Function Choco-Install
|
||||||
Choco-Upgrade -package $package -version $version -source $source -force $force `
|
Choco-Upgrade -package $package -version $version -source $source -force $force `
|
||||||
-installargs $installargs -packageparams $packageparams `
|
-installargs $installargs -packageparams $packageparams `
|
||||||
-ignoredependencies $ignoredependencies
|
-ignoredependencies $ignoredependencies
|
||||||
}
|
|
||||||
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (-not $force)
|
||||||
|
{
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
$cmd = "$executable install -dv -y $package"
|
$cmd = "$executable install -dv -y $package"
|
||||||
|
|
||||||
if ($version)
|
if ($version)
|
||||||
|
|
Loading…
Reference in a new issue