I'm trying to upgrade from ansible 1.9 to ansible 2.0 and I noticed that 
this kind of syntax is breaking:

set other_name = app_account | d().name | d() 

but if I change it to set other_name = ( app_account|d() ).name | d() it 
will work so my question is do I have to change |d(). and surround it with 
parenthesis with whatever variable before it to make it work?

-- 
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/c9f2adef-718a-4dd1-955a-9941b1a1638d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to