diff options
author | Satyajit Bulage <sbulage@redhat.com> | 2019-12-05 01:53:45 +0530 |
---|---|---|
committer | Jordan Borean <jborean93@gmail.com> | 2019-12-05 06:23:45 +1000 |
commit | 770430fd071ce4adf068a9acbe7558198baedf34 (patch) | |
tree | 973b96a3e861c4cf59981697dea08e23e7054b2c /lib/ansible/plugins/doc_fragments | |
parent | c04fc52aadd1ae5f29611590e98adabdd83ffdd1 (diff) | |
download | ansible-770430fd071ce4adf068a9acbe7558198baedf34.tar.gz |
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
Diffstat (limited to 'lib/ansible/plugins/doc_fragments')
-rw-r--r-- | lib/ansible/plugins/doc_fragments/template_common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ansible/plugins/doc_fragments/template_common.py b/lib/ansible/plugins/doc_fragments/template_common.py index bf997ff744..47b61e74c0 100644 --- a/lib/ansible/plugins/doc_fragments/template_common.py +++ b/lib/ansible/plugins/doc_fragments/template_common.py @@ -11,7 +11,6 @@ class ModuleDocFragment(object): # Standard template documentation fragment, use by template and win_template. DOCUMENTATION = r''' -short_description: Template a file out to a remote server description: - Templates are processed by the L(Jinja2 templating language,http://jinja.pocoo.org/docs/). - Documentation on the template formatting can be found in the |