Running role with a specific callback plugin

Hello all,

Is there a way to run a role with a specific callback plugin? The plugin would only be used for that role.

What is a callback plugin?

Helo Karl,

This is what I am referring to.

https://docs.ansible.com/ansible/2.5/plugins/callback.html

I’ve managed to do this using the following link as a reference.

https://stackoverflow.com/questions/32470801/specifying-a-particular-callback-to-be-used-in-playbook

callback plugins are 'per run', Ansible doesn't have a way to make
them per play, much less per role.