1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-05 01:43:05 +00:00

selective callback plugin: route output through display to honour ANSIBLE_LOG_PATH (#11927)

* 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>
This commit is contained in:
Alexei Znamensky 2026-04-30 07:25:43 +12:00 committed by GitHub
parent 00cff7feb4
commit 41f2b5dec5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 14 deletions

View file

@ -0,0 +1,5 @@
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).