Re: [PATCH 0/9] Add Ansible DIY Callback support
Luis Chamberlain <[email protected]>
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Sep 15, 2025 at 04:33:59PM +0200, Daniel Gomez wrote: > I've been experimenting with the Ansible stdout DIY Callback [1]. It > combines the concise output style of dense stdout with the flexibility > to include additional, useful context for the user, without requiring > them to adjust verbosity levels. Task failures are reported with > meaningful details pulled directly from stdout and stderr, presented in > a human-readable format (rather than JSON/YAML, which isn't practical > for humans to parse). > > Link: https://docs.ansible.com/ansible/latest/collections/community/general/diy_callback.html [1] > > Signed-off-by: Daniel Gomez <[email protected]> Looks good to me, and for the sake of speeding development up, I've merged and pushed. Luis