From abbc42ea3b778056b31b7807661f35c9190b45e9 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Fri, 15 Mar 2019 16:53:02 +1000 Subject: [PATCH] win_chocolatey - remove stray comment --- lib/ansible/modules/windows/win_chocolatey.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/windows/win_chocolatey.ps1 b/lib/ansible/modules/windows/win_chocolatey.ps1 index 54b2657b50..5395539a41 100644 --- a/lib/ansible/modules/windows/win_chocolatey.ps1 +++ b/lib/ansible/modules/windows/win_chocolatey.ps1 @@ -328,7 +328,6 @@ Function Get-ChocolateyPackageVersion { $res = Run-Command -command $command # Chocolatey v0.10.12 introduced enhanced exit codes, 2 means no results, e.g. no package - # if ($res.rc -notin @(0, 2)) { $module.Result.command = $command $module.Result.rc = $res.rc