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:
Stoned Elipot 2013-05-16 17:13:18 +02:00
parent 117f50dcde
commit e320616974
2 changed files with 3 additions and 3 deletions

View file

@ -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
'''

View file

@ -64,7 +64,7 @@ examples:
- code: "wait_for: port=8000 delay=10"
description: "Example from Ansible Playbooks"
notes: []
requirements: null
requirements: []
author: Jeroen Hoekx
'''