mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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)"
|
Write-DebugLog -msg "Return value:`r`n$(ConvertTo-Json -InputObject $result -Depth 99)"
|
||||||
|
|
||||||
|
return $result
|
||||||
}
|
}
|
||||||
|
|
||||||
$check_mode = $arguments.check_mode
|
$check_mode = $arguments.check_mode
|
||||||
|
|
Loading…
Reference in a new issue