mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
This commit is contained in:
parent
5503b89831
commit
2a27176d7c
2 changed files with 27 additions and 0 deletions
|
@ -850,6 +850,7 @@ function Set-TargetResource
|
|||
if($process)
|
||||
{
|
||||
$exitCode = $process.ExitCode
|
||||
Set-Attr -obj $result -name "exit_code" -value $exitCode
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue