From ed29cd7f44da4db556cd4c3766071b7c3e02e0d4 Mon Sep 17 00:00:00 2001 From: Herman Date: Mon, 13 Aug 2018 16:57:00 +0200 Subject: [PATCH] add choices to documentaton for paramater flat (#43939) --- lib/ansible/modules/files/fetch.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/files/fetch.py b/lib/ansible/modules/files/fetch.py index 839f94876f8..364f9f45aff 100644 --- a/lib/ansible/modules/files/fetch.py +++ b/lib/ansible/modules/files/fetch.py @@ -57,6 +57,8 @@ options: 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. + type: bool + default: 'no' author: - "Ansible Core Team" - "Michael DeHaan"