From 6c1f40fea7d250ddd3f82cba28137b77ab258b62 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Tue, 17 Feb 2015 09:06:26 +0100 Subject: 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. --- files/fetch.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/fetch.py b/files/fetch.py index fd631e6e..04bebd03 100644 --- a/files/fetch.py +++ b/files/fetch.py @@ -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 ''' -- cgit v1.2.1