|
70 | 70 | type: bool
|
71 | 71 | flat:
|
72 | 72 | description:
|
73 |
| - - Override the default behavior of appending hostname/path/to/file to the |
74 |
| - destination. If set to "true", the file or data set will be fetched to |
| 73 | + - If set to "true", override the default behavior of appending hostname/path/to/file to the |
| 74 | + destination, instead the file or data set will be fetched to |
75 | 75 | the destination directory without appending remote hostname to the
|
76 | 76 | destination.
|
77 | 77 | required: false
|
78 |
| - default: "true" |
| 78 | + default: "false" |
79 | 79 | type: bool
|
80 | 80 | is_binary:
|
81 | 81 | description:
|
@@ -848,7 +848,7 @@ def run_module():
|
848 | 848 | src=dict(required=True, type="str"),
|
849 | 849 | dest=dict(required=True, type="path"),
|
850 | 850 | fail_on_missing=dict(required=False, default=True, type="bool"),
|
851 |
| - flat=dict(required=False, default=True, type="bool"), |
| 851 | + flat=dict(required=False, default=False, type="bool"), |
852 | 852 | is_binary=dict(required=False, default=False, type="bool"),
|
853 | 853 | use_qualifier=dict(required=False, default=False, type="bool"),
|
854 | 854 | validate_checksum=dict(required=False, default=True, type="bool"),
|
|
0 commit comments