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 come across a 
> little problem;
>
> e.g. playbook
>
> ---
> - hosts: localhost
>   gather_facts: no
>   tasks:
>     - shell: /usr/bin/true
>       with_items:
>         - hello
>         - there
>         - friends
>
> *Ansible 1.9 output*
>
> PLAY [localhost] 
> ************************************************************** 
>
>
> TASK: [shell /usr/bin/true] 
> *************************************************** 
>
> changed: [localhost] => (item=hello)
>
> changed: [localhost] => (item=there)
>
> changed: [localhost] => (item=friends)
>
>
> PLAY RECAP 
> ******************************************************************** 
>
> localhost                  : ok=1    changed=1    unreachable=0    
> failed=0   
>
> *Ansible 2.0 (master) output*
>
> PLAY 
> ****************************************************************************
>
>
> TASK [command] 
> ******************************************************************
>
> changed: [localhost]
>
>
> PLAY RECAP 
> **********************************************************************
>
> localhost                  : ok=1    changed=1    unreachable=0    
> failed=0   
>
>
> Is there a way to get this additional information back?
>
>
> Thanks heaps
>
> Fotis
>

-- 
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-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/33ab7bf7-1ba4-4854-9ca7-91a8eaa1df10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to