On 02.05.16 20:35 Patrick Laimbock wrote:

>     with_nested:
>       - "{{ user_exists.results }}"
>       - "{{ mc_templates }}"

Please correct me if I am mistaken, I am no expert on this. Maybe
Brian can chime in.

I think you are creating a list here, which has two list elements. And
with_nested only works with dicts.

Try to join these two lists together (maybe use {{ foo + bar }} or
something similar) as argument for with_nested.

Johannes

-- 
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/57282940.8080109%40ojkastl.de.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to