Hello, 2014-01-10 Marko Lisica <[email protected]>: > For example here is one ansible task that is changed: > > TASK: [jenkins | Install/update plugins] > ************************************** > changed: [jenkins] => (item=greenballs) > > I want to register that item/items as variable and at the end send all vars > to flowdock or whatever.
Take a look at http://infrastructure.fedoraproject.org/cgit/ansible.git/tree/callback_plugins/logdetail.py. You can change this plugin and include it with your playbooks. -- Krzysztof Warzecha -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
