diff --git a/lib/ansible/modules/files/fetch.py b/lib/ansible/modules/files/fetch.py index fd631e6ebe6..04bebd0301c 100644 --- a/lib/ansible/modules/files/fetch.py +++ b/lib/ansible/modules/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 '''