I've merged this now on devel for people that need this feature. We're open to expanding the whitelist if needed, and will also see what Brian comes up with in terms of upgrades.
Thanks! On Thu, Jul 3, 2014 at 12:27 AM, Henry Finucane <[email protected]> wrote: > On Wednesday, July 2, 2014 5:18:05 PM UTC-7, Michael DeHaan wrote: >> >> 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? >> > > Yes: https://github.com/ansible/ansible/pull/8026 > > It doesn't raise an error for settings Ansible no longer supports, > primarily because I couldn't figure out the plumbing. But it is a > whitelist, and it does work, so there's that. > > -- > 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/b68767cb-14f6-4b97-a6de-cfcaee63e430%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/b68767cb-14f6-4b97-a6de-cfcaee63e430%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CA%2BnsWgwPSiV_SgdtYHSU-CtPqBMTzc-kSHbXdEMSJaZ%3DVhgbxg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
