mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fixed become to show the stdout and stderr streams instead of the StreamReader (#30254)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user