diff --git a/lib/ansible/modules/files/fetch.py b/lib/ansible/modules/files/fetch.py index 839f94876f..364f9f45af 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"