you can do this:

{% for ec2_host_ip in groups.security_group_app %}
  {{ ec2_host_ip}}
{% endfor %}

or

{{ groups.security_group_app|pprint}}

the combination of both does not make sense.




-- 
Brian Coca

-- 
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/CAJ5XC8mPHRg5ce8z%3Do-bzRC2ATMQqae52fjpxW3zVbWiXxC1vg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to