What are the different types of Callback_plugins - notification, stdout, aggregate ? Any more?
And what are the differences? I am trying to develop a callback_plugin using the json plugin as base. But I would like stdout call back to remain default - skippy. And use my callback plugin as an add on. I added my custom plugin in ansible.cfg whitelist. But it doesn't call my plugin as it was of type stdout. So I changed it to notification and now it works, but it doesnt work like how it did with stdout. It doesnt retain the data properly between calls. Any advise? How can I retain default stdout and enable my plugin while having my plugin type to be stdout? Thanks Mumshad -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
