parent
e115e6496f
commit
a5fc9a17f0
2 changed files with 4 additions and 0 deletions
2
changelogs/fragments/42647-win_updates.yaml
Normal file
2
changelogs/fragments/42647-win_updates.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- win_updates - fixed module return value is lost in error in some cases (https://github.com/ansible/ansible/pull/42647)
|
|
@ -355,6 +355,8 @@ $update_script_block = {
|
|||
}
|
||||
|
||||
Write-DebugLog -msg "Return value:`r`n$(ConvertTo-Json -InputObject $result -Depth 99)"
|
||||
|
||||
return $result
|
||||
}
|
||||
|
||||
$check_mode = $arguments.check_mode
|
||||
|
|
Loading…
Reference in a new issue