On 22 February 2015 at 14:35, Khuong Dinh Pham <khuon...@gmail.com> wrote:

> ​​
> {{ vars['prefix_' + {{ item.env }} + '_postfix' ] | get_something }}



​I'm not sure this would have worked in older versions.​ Either way, don't
nest those braces, just use plain variables:

​{{ vars['prefix_' + item.env + '_postfix' ] | get_something }}

-- 
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/CAEhzMJAxcV_iVhTgVEZOEAc_VZczOGHxQhKi6mSgJ%2Bre%2BmV9Zg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to