in 1.9 they required that you copy them to a callback_plugins dir by play or in role, to avoid that in 2.0 we ship them in same directory as default ones but made them require whitlisting.
On Mon, Feb 8, 2016 at 11:29 PM, Ankit Kulkarni <[email protected]> wrote: > Thanks a lot Brian . It solved my issue. I was missing callback whitelist > in ansible.cfg > > In ansible 1.9 didn't required callback to whitelist. They used to run > with default config. > > Thanks a lot for the help . > On 08-Feb-2016 8:48 PM, "Brian Coca" <[email protected]> wrote: > >> running with -vvv you should see messages about the v2 callbacks being >> loaded, whitlisting is ONLY needed for v2 plugins that request it (we >> do this for the non default ones shipped with ansible). >> >> >> >> >> -- >> Brian Coca >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Ansible Project" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/ansible-project/uxJ1TNpZzTM/unsubscribe >> . >> To unsubscribe from this group and all its topics, 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/CAJ5XC8kEGoHYzaF-KSSn%3DTyHxEaROv05c%3D%2BPaoS1sz7FGUBUxw%40mail.gmail.com >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- > 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/CAB2OGWwJ9gq5mLwoQdoYKgM_dHzaSJ-kWFmCQOdtmqNCk7zpaA%40mail.gmail.com > <https://groups.google.com/d/msgid/ansible-project/CAB2OGWwJ9gq5mLwoQdoYKgM_dHzaSJ-kWFmCQOdtmqNCk7zpaA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CACVha7ftz5tBmK05a8YuqoQUuF1U4tXd560sV7%2BicQPYLxRi2w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
