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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/05ebc8ac-c2a9-42b0-9c94-b6d4ac961f53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to