ansible/changelogs/fragments/display-stdout-column-width.yml
Pavel Březina 45e0f74702
display: use stdout for column width (#70199)
stdout may differ from stdin so it should be used to determine the column
width, especially since it is the target file descriptor.
2020-06-25 12:57:24 +05:30

2 lines
88 B
YAML

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