mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
* fix(selective): route output through display to honour ANSIBLE_LOG_PATH Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(selective): add changelog fragment for PR 11927 --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
338 B
YAML
6 lines
338 B
YAML
bugfixes:
|
|
- selective callback plugin - route all output through ``self._display.display()``
|
|
instead of bare ``print()`` calls, fixing missing output when ``ANSIBLE_LOG_PATH``
|
|
is set (https://github.com/ansible-collections/community.general/issues/4850,
|
|
https://github.com/ansible-collections/community.general/pull/11927).
|