CALLBACK_TYPE is really not important currently unless the CALLBACK_TYPE is defined as `stdout`.
CALLBACK_TYPE is only used in ansible.executor.task_queue_manager.TaskQueueManager.load_callbacks to only load a single `stdout` callback. All others should work identically. The really isn't any documentation of these options, pretty much just the code in that function I specify above. On Tue, Aug 30, 2016 at 11:04 AM, Sam Sen <[email protected]> wrote: > I have to rework my callback plugin. I noticed there's a variable called > "CALLBACK_TYPE" and depending on which one you use, you can grab certain > values. Where the heck can I find more documentation regarding this? > > -- > 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. > -- Matt Martz @sivel sivel.net -- 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.
