added more usefull example for jinja2 overrides (this one is actually

used)

Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
This commit is contained in:
Brian Coca 2013-12-26 12:01:41 -05:00
parent a1c02dda12
commit 9affb6ed37

View file

@ -48,8 +48,11 @@ options:
required: false
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)'
- "Also, you can override jinja2 settings by adding a special header to template file.
i.e. C(#jinja2:variable_start_string:'[%' , variable_end_string:'%]')
which changes the variable interpolation markers to [% var %] instead of {{ var }}."
requirements: []
author: Michael DeHaan
'''