From 21e6e72250c1a40ff4b2fa65da560640c40c2def Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 13 Mar 2013 15:58:08 -0400 Subject: [PATCH] added docs about in template overrides Signed-off-by: Brian Coca --- template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template b/template index 06955daaf27..3aaace0937c 100644 --- a/template +++ b/template @@ -44,6 +44,8 @@ examples: description: "Example from Ansible Playbooks" notes: - Since Ansible version 0.9, templates are loaded with C(trim_blocks=True). + - You can override jinja2 settings by adding a special header to template file. + i.e. c(#jinja2: trim_blocks: False) requirements: null author: Michael DeHaan '''