Hi

Typo error. I meant

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

This is not working anymore in v1.8.4 If I switch back to v.1.7.2 it's 
working fine.

However if I type

​{{ prefix_main_postfix | get_something }} in v.1.8.4 it's working fine


Den søndag den 22. februar 2015 kl. 14.44.43 UTC+1 skrev Serge van 
Ginderachter:
>
>
> On 22 February 2015 at 14:35, Khuong Dinh Pham <khuo...@gmail.com 
> <javascript:>> 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/48aca376-414b-445a-9e25-afb54194f0fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to