Long story short - I got it fixed. Here is the approach I used. This may not be clean but my work is done.
delimiter='":"' On Wednesday, April 29, 2015 at 2:52:43 PM UTC-7, Raj Desikavinayagompillai wrote: > > > => template error while templating string: expected token ',', got ':' > Above is the error when u do ':' > > On Wednesday, April 29, 2015 at 2:51:37 PM UTC-7, Timothy Appnel wrote: >> >> The problem is that Raj is already inside of a single quoted string >> inside of a double quoted string. Doing what you suggest trips up the >> template parser. > > -- 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/fe9f194a-ad6d-4049-a54c-3dc0f2a334a3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
