correct documentation comment and version_added in "synchronize" module
This commit is contained in:
parent
c039dbe300
commit
838b914a0d
1 changed files with 2 additions and 1 deletions
|
@ -51,10 +51,11 @@ options:
|
||||||
required: false
|
required: false
|
||||||
checksum:
|
checksum:
|
||||||
description:
|
description:
|
||||||
- Skip based on checksum, not mod-time & size; Pay attention that "archive" option is enable by default: "checksum" may not work as you would like.
|
- Skip based on checksum, not mod-time & size; Pay attention that "archive" option is enable by default: "checksum" option will not disable it.
|
||||||
choices: [ 'yes', 'no' ]
|
choices: [ 'yes', 'no' ]
|
||||||
default: 'no'
|
default: 'no'
|
||||||
required: false
|
required: false
|
||||||
|
version_added: "1.6"
|
||||||
existing_only:
|
existing_only:
|
||||||
description:
|
description:
|
||||||
- Skip creating new files on receiver.
|
- Skip creating new files on receiver.
|
||||||
|
|
Loading…
Reference in a new issue