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/9cf916ea-1a5a-411d-8b5e-efb3f2224c91%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
