mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
fetch: fix the flat parameter description
ansible-doc expects the value of the description field to be a list, otherwise the output is not correct. This patch updates the flat description to be a list.
This commit is contained in:
committed by
Matt Clay
parent
cf50526cb5
commit
6c7b202a63
@@ -45,10 +45,10 @@ options:
|
||||
flat:
|
||||
version_added: "1.2"
|
||||
description:
|
||||
Allows you to override the default behavior of prepending hostname/path/to/file to
|
||||
the destination. If dest ends with '/', it will use the basename of the source
|
||||
file, similar to the copy module. Obviously this is only handy if the filenames
|
||||
are unique.
|
||||
- Allows you to override the default behavior of prepending
|
||||
hostname/path/to/file to the destination. If dest ends with '/', it
|
||||
will use the basename of the source file, similar to the copy module.
|
||||
Obviously this is only handy if the filenames are unique.
|
||||
requirements: []
|
||||
author: Michael DeHaan
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user