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/modules/files | |
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/modules/files')
-rw-r--r-- | lib/ansible/modules/files/template.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ansible/modules/files/template.py b/lib/ansible/modules/files/template.py index 949c800ce6..1aec5226b8 100644 --- a/lib/ansible/modules/files/template.py +++ b/lib/ansible/modules/files/template.py @@ -17,6 +17,7 @@ DOCUMENTATION = r''' --- module: template version_added: historical +short_description: Template a file out to a remote server options: follow: description: |