win_chocolatey: always return the rc return value (#41883)

This commit is contained in:
Jordan Borean
2018-06-25 08:23:31 +10:00
committed by GitHub
parent f30e0b833d
commit 2e46688bca
4 changed files with 8 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ $proxy_password = Get-AnsibleParam -obj $params -name "proxy_password" -type "st
$result = @{
changed = $false
rc = 0
}
Function Chocolatey-Install-Upgrade

View File

@@ -211,7 +211,7 @@ command:
sample: choco.exe install -r --no-progress -y sysinternals --timeout 2700 --failonunfound
rc:
description: The return code from the chocolatey task.
returned: changed
returned: always
type: int
sample: 0
stdout: