How do you write an ansible callback plugin to only show messages from something i explicitly write out like through debug?

I’ve made a few attempts but nothing gets rid of all the extra stuff printed to stdout.

I would like only things i explicitly try to print out like through debug to show.

Here is a simple example: hw.yaml: