Where'd self.playbook.extra_vars get moved to

I’ve been using a callback plugin in Ansible 1.9.4 to pull a bunch of variables, format them into a string, and send out an email to users.

I’m testing the upgrade to Ansible 2.0.1 and it looks like the property is not available anymore.

How do I grab the extra_vars in a callback plugin this version?

Thanks.

-Zacharias Thompson

Super frustrating … this happened to me as well. Did you figure it out?