mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
Fix empty requirements specifications in modules documentation
And also be liberal in what ansible-doc accepts as an empty requirements specification. While here fix a typo in template module documentation wrt jinja2 overrides example.
This commit is contained in:
parent
c0f138db1f
commit
d25888f410
3 changed files with 4 additions and 4 deletions
|
@ -53,7 +53,7 @@ examples:
|
|||
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
|
||||
i.e. C(#jinja2: trim_blocks: False)'
|
||||
requirements: []
|
||||
author: Michael DeHaan
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue