Merge pull request #2387 from bcoca/template_overrides_note
added docs about in template overrides
This commit is contained in:
commit
f8dbc0f508
1 changed files with 2 additions and 0 deletions
2
template
2
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
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue