Commit Graph

5 Commits (devel)

Author SHA1 Message Date
Jordan Borean aad9fbd4f5
Windows async - handle trailing junk output (#85820)
Add handling for when a PowerShell module emits more than just the
module result JSON. The behaviour reflects the Python async wrapper
where trailing data after the module result will emit a warning.
3 months ago
Jordan Borean 9985b8a975
ansible-test pssa update and new rules (#76256) 4 years ago
Jordan Borean 22b921d47f
win-async: fix race condition in async run (#43691) 7 years ago
Dag Wieers aebf6c8c92 powershell.ps1: Ensure Fail-Json() works with Hashtables (#21697)
Without this change a dictionary $result object would be emptied if it
is anything but a PSCustomObject. Now we also support Hashtables.
9 years ago
Matt Clay c2ec86cb78 Migrate Windows CI roles to test targets. (#18005) 9 years ago