ansible/changelogs/fragments/display-stdout-column-width.yml
Abhijeet Kasurde 3afa0424b3
[2.10] display: use stdout for column width (#70290)
stdout may differ from stdin so it should be used to determine the column
width, especially since it is the target file descriptor.

(cherry picked from commit 45e0f74702)

Co-authored-by: Pavel Březina <pbrezina@redhat.com>
2020-07-17 10:56:40 -07:00

2 lines
88 B
YAML

bugfixes:
- Ansible output now uses stdout to determine column width instead of stdin