I've been using variants of dict.keys(), dict.values(), and dict.items() when utilizing with_items iteration.

On 01/31/2014 09:07 AM, Guillem Liarte wrote:

This works however:

##
---
- hosts: moscatell
   tasks:
     - debug: msg="{{ project[item] }}"
       with_items: project_list

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to