Added required parameter to document DOC-string to produce Documentation. (#65230)

* Added required parameter to document DOC-string to produce Documentation.

Signed-off-by: Satyajit Bulage <sbulage@redhat.com>

* Just copy short_description as it was
pull/65519/head
Satyajit Bulage 5 years ago committed by Jordan Borean
parent c04fc52aad
commit 770430fd07

@ -17,6 +17,7 @@ DOCUMENTATION = r'''
--- ---
module: template module: template
version_added: historical version_added: historical
short_description: Template a file out to a remote server
options: options:
follow: follow:
description: description:

@ -13,6 +13,7 @@ DOCUMENTATION = r'''
--- ---
module: win_template module: win_template
version_added: "1.9.2" version_added: "1.9.2"
short_description: Template a file out to a remote server
options: options:
backup: backup:
description: description:

@ -11,7 +11,6 @@ class ModuleDocFragment(object):
# Standard template documentation fragment, use by template and win_template. # Standard template documentation fragment, use by template and win_template.
DOCUMENTATION = r''' DOCUMENTATION = r'''
short_description: Template a file out to a remote server
description: description:
- Templates are processed by the L(Jinja2 templating language,http://jinja.pocoo.org/docs/). - Templates are processed by the L(Jinja2 templating language,http://jinja.pocoo.org/docs/).
- Documentation on the template formatting can be found in the - Documentation on the template formatting can be found in the

Loading…
Cancel
Save