mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixup template documentation so webdocs can generate.
This commit is contained in:
parent
79c22f4f03
commit
ce39c18b14
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +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.
|
- 'You can override jinja2 settings by adding a special header to template file.
|
||||||
i.e. c(#jinja2: trim_blocks: False)
|
i.e. c(#jinja2: trim_blocks: False)'
|
||||||
requirements: null
|
requirements: null
|
||||||
author: Michael DeHaan
|
author: Michael DeHaan
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue