[ansible-project] Re: Ansible to output which host a task is running on

2016-12-31 Thread Mumshad Mannambeth
Hi Kevin, We do have call backs before a play finishes. The on_task_start and on_play_start callbacks. But I can't figure out how to know for which host a particular task is running on. Thanks, Mumshad On Thursday, 29 December 2016 05:07:20 UTC-5, Kevin Csuka wrote: > > Callback plugin is use

[ansible-project] Re: Ansible to output which host a task is running on

2016-12-29 Thread Kevin Csuka
Callback plugin is used after a play is finished. Good question tho. Don't know how. On Saturday, December 24, 2016 at 9:24:34 PM UTC+1, Mumshad Mannambeth wrote: > > Ansible prints information whenever a task starts, but doesn't print > information on which host it is running currently. is ther