mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
fixed become to show the stdout and stderr streams instead of the StreamReader (#30254)
This commit is contained in:
parent
cef7ed0310
commit
77b2aca5a2
1 changed files with 1 additions and 1 deletions
|
@ -807,7 +807,7 @@ Function Run($payload) {
|
|||
$str_stderr
|
||||
}
|
||||
Else {
|
||||
Throw "failed, rc was $rc, stderr was $stderr, stdout was $stdout"
|
||||
Throw "failed, rc was $rc, stderr was $str_stderr, stdout was $str_stdout"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue