From 3313667dcf9b67806b7a1c5dcf189d13231ce738 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 --- library/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/template b/library/template index 06955daaf27..3aaace0937c 100644 --- a/library/template +++ b/library/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 '''