List tasks for a play in a callback plugin

Hi!

I’m trying to create a callback plugin where I would like to get a list with all tasks that will be running before they are actually executed. I’m able to get a list with all plays using playbook.get_plays() but if I try to get tasks for each play (play.get_tasks()) it just returns an empty list. Could it be that all data have not been loaded yet (v2_playbook_on_start()) or am I doing something wrong?

Thanks,
Daniel

That data does not exist yet.