[ansible-project] Re: Ansible v2.0 (master branch) not showing each item in with_items

2015-07-29 Thread Fotis Gimian
After doing a few fresh runs this evening with the newest master branch, I think that for me personally, the value of items being displayed is lost unless the output is progressive. In cases where I am installing say 20 packages with a single task, it's impossible to know what's currently

Re: [ansible-project] Re: Ansible v2.0 (master branch) not showing each item in with_items

2015-07-28 Thread Fotis Gimian
Progressive output would be greatly appreciated, particularly for longer tasks. Thanks for the tip about callbacks, I'll check them out tonight :) Really appreciate all your help and time! Fotis On 29 July 2015 at 08:23, Brian Coca bc...@ansible.com wrote: currently output is at the end of

[ansible-project] Re: Ansible v2.0 (master branch) not showing each item in with_items

2015-07-28 Thread Fotis Gimian
Thanks Brian, that seems to be a little better, but the progress is only displayed at the end of the run while Ansible 1.9.x displayed it progressively. Is this possible in 2.0? I recently also had an idea on this same subject. In many cases where the data structure is large, the output of

[ansible-project] Re: Ansible v2.0 (master branch) not showing each item in with_items

2015-07-28 Thread Fotis Gimian
Apologies to bump this folks, but was curious if this is simply the new behaviour in 2.0 or this is a bug? Cheers Fotis On Monday, July 27, 2015 at 5:08:36 AM UTC+10, Fotis Gimian wrote: Hey there guys, hope everyone is well :) I'm trying to use v2 (current master from GitHub) but, I've

Re: [ansible-project] Re: Ansible v2.0 (master branch) not showing each item in with_items

2015-07-28 Thread Brian Coca
currently output is at the end of the task, we will try to make it per item but might not be able to do so for 2.0 callback plugins are now much easier to make and use, so you should be able to change the output to match what you show and customize a callback easily. On Tue, Jul 28, 2015 at 6:19

Re: [ansible-project] Re: Ansible v2.0 (master branch) not showing each item in with_items

2015-07-28 Thread Brian Coca
This was just fixed this morning, please try again with current head. On Tue, Jul 28, 2015 at 8:43 AM, Fotis Gimian fgimiansoftw...@gmail.com wrote: Apologies to bump this folks, but was curious if this is simply the new behaviour in 2.0 or this is a bug? Cheers Fotis On Monday, July 27,