--
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-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAGYSzJ_RqfQFQhVDecPUXVmpEOSHTLorsXtbRRakSmKBPT3ZEA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
The end/start block functionality is very useful, I'm thinking it could be made 'safe' by 're cleaning' the data if they get changed on override. I have the patch 1/2 done in my head, I should be able to tackle it this weekend if this approach is acceptable.
--
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-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CADn%2BHsxv57TeY3doV_rmuTfeiz_UKMcwDj3%3Dnw2FHYZzSL95%3DA%40mail.gmail.com.
Yes, they did, and this was unfortunate.This was a fix to prevent nodes from returning facts that contain Jinja2 expressions (which long story short could result in some hijinx), and because the filter choices are made in the template here, we had to remove the feature for allowing the block delimiters like {{ and {% to be changed in order to reliably filter these out.Now, I think what we should probably do (it would have to be on the devel branch) is make this option *ONLY* be able to set trim_blocks (and maybe another whitelist of certain options).Is this something you might like to take a crack at?
--
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-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/b68767cb-14f6-4b97-a6de-cfcaee63e430%40googlegroups.com.