--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/24b0f697-02c8-4679-a01a-487252d10ae3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
DEFAULT_CALLBACK_PLUGIN_PATH = get_config(p, DEFAULTS, 'callback_plugins', 'ANSIBLE_CALLBACK_PLUGINS', '/usr/share/ansible_plugins/callback_plugins')This is from callbacks.pyWhat this means is that any python files found in the directories found in the variable ANSIBLE_CALLBACK_PLUGINS or any modules copied into /usr/share/ansible_plugins/callback_plugins are automatically loaded and used as callbacks.Here are a few examples FWIW:Though I do recommend the devel list and would like to see more activity on it. Feel free to stop by!
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAMFyvFhwnWtJEuT-OPNyJdaJC7Y4LxivyfPAjCvt_0JopStG2Q%40mail.gmail.com.