mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
Improves the logic for parsing CLIXML values in the stderr returned by SSH. This fixes encoding problems by having a fallback in case the output is not valid UTF-8. It also can now extract embedded CLIXML sequences in all of stderr rather than just at the start.
5 lines
231 B
YAML
5 lines
231 B
YAML
bugfixes:
|
|
- >-
|
|
ssh - Improve the logic for parsing CLIXML data in stderr when working with Windows host. This fixes issues when
|
|
the raw stderr contains invalid UTF-8 byte sequences and improves embedded CLIXML sequences.
|