mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
update flat description
default behavior is to append the `hostname/path/to/file`, not prepend as currently stated by the flat arg docs
This commit is contained in:
parent
933256fc63
commit
329266975b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ options:
|
|||
flat:
|
||||
version_added: "1.2"
|
||||
description:
|
||||
- Allows you to override the default behavior of prepending
|
||||
- Allows you to override the default behavior of appending
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue