worked great, thanks!

Is there a way to do this in 1.94?
For now, I added to my callback:

from ansible import __version__ as ANSIBLE_VERSION
if not ANSIBLE_VERSION.startswith('2'):
    from ansible.callbacks import display
    display("Logging not supported in Ansible <2.0",'red')
    from ansible.callback_plugins.noop import CallbackModule



-- 
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/b0fca3ff-4d26-4257-ab45-12f5ec297fa6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to