Let's say if I got this ugly debug output (nested list?), how about would I 
go to retrieve this value?

ok: [127.0.0.1] => {
    "foo.stdout": [
        [
            [
                "bar"
            ]
        ]
    ]
}


Tried:

 with_items: "{{ foo.stdout }}"

 with_items: "{{ foo.stdout[0] }}"


-- 
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/4b474629-57ff-4730-91dc-acfdeabbfac0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to