mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Fix module issues (#52209)
This commit is contained in:
parent
cedd9d9926
commit
203caf2570
54 changed files with 290 additions and 238 deletions
|
@ -127,7 +127,7 @@ options:
|
|||
description:
|
||||
- Specify the rsync command to run on the remote host. See C(--rsync-path) on the rsync man page.
|
||||
- To specify the rsync command to run on the local host, you need to set this your task var C(ansible_rsync_path).
|
||||
type: path
|
||||
type: str
|
||||
rsync_timeout:
|
||||
description:
|
||||
- Specify a C(--timeout) for the rsync command in seconds.
|
||||
|
@ -150,7 +150,7 @@ options:
|
|||
description:
|
||||
- Specify additional rsync options by passing in an array.
|
||||
- Note that an empty string in C(rsync_opts) will end up transfer the current working directory.
|
||||
type: str
|
||||
type: list
|
||||
default:
|
||||
version_added: "1.6"
|
||||
partial:
|
||||
|
@ -173,7 +173,7 @@ options:
|
|||
link_dest:
|
||||
description:
|
||||
- Add a destination to hard link against during the rsync.
|
||||
type: str
|
||||
type: list
|
||||
default:
|
||||
version_added: "2.5"
|
||||
notes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue