Hi,

I'm facing an issue with Ansible Callbacks when trying to get the 
extra_vars.
>From the v2_playbook_on_start I'm able to get access to the Playbook object 
thanks to the play parameter of the method.
Unfortunately, I'm not able to get the extra_vars nor the variable_manager 
...

How can I access the extra_vars from a callback ?

I managed to make it work by adding a reference to the variable_manager 
object into the Playbook object by adding the following lines in the load 
method.
        pb._variable_manager = variable_manager

It makes the job, but I would like to be sure there is no other way to do 
it.

Our version of Ansible is the 2.3.0.0 but it's not working also with 
2.3.1.0.

Any advice would be good,

Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/3aab5637-2ed9-4b1f-9030-c5c886d0b6f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to