added docs about in template overrides
Signed-off-by: Brian Coca <bcoca@tablethotels.com>pull/4420/head
parent
f46721add1
commit
3313667dcf
|
@ -44,6 +44,8 @@ examples:
|
||||||
description: "Example from Ansible Playbooks"
|
description: "Example from Ansible Playbooks"
|
||||||
notes:
|
notes:
|
||||||
- Since Ansible version 0.9, templates are loaded with C(trim_blocks=True).
|
- 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
|
requirements: null
|
||||||
author: Michael DeHaan
|
author: Michael DeHaan
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue