Thank you for the response - I see - I'll test later - I am sure you are correct.
thanks again On Monday, 24 November 2014 14:47:18 UTC, Quentin Stafford-Fraser wrote: > > 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/551cf922-1cb6-4de0-b973-0d561f884403%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
