Hi Stephen - There may be some clever Jinja magic going on here, but if this were just Python...
* exports, as you've defined it, is a dictionary * 'for fred in exports' would give you each of the *keys* in turn, of which the first is 'video' - a string * so you'd need something like exports[fred]['options'] Any good? Q -- 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/5c8679bb-403e-4c70-9d28-4529d751e135%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
