Re: [ansible-project] Doc for plugin development

2020-01-09 Thread Brian Coca
Here is where they live, some plugin types don't have a lot of details though https://docs.ansible.com/ansible/latest/dev_guide/developing_plugins.html -- -- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe

[ansible-project] Doc for plugin development

2020-01-08 Thread Ansible Krazy
Hi All, Is there any document to write own callback plugin. For example: in the below, what parameters result contains. Similarly variable_manager = play.get_variable_manager() def v2_runner_on_ok(self, result): Thanks! Megha -- You received this message because you are subscribed to the Googl