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:
parent
00cff7feb4
commit
41f2b5dec5
2 changed files with 19 additions and 14 deletions
5
changelogs/fragments/11927-selective-log-path.yml
Normal file
5
changelogs/fragments/11927-selective-log-path.yml
Normal 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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue