From 838b914a0ddaabe36b4f74ba3b72565e346ff374 Mon Sep 17 00:00:00 2001 From: "Andrea.Mandolo" Date: Mon, 17 Mar 2014 09:26:44 +0100 Subject: [PATCH] correct documentation comment and version_added in "synchronize" module --- library/files/synchronize | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/files/synchronize b/library/files/synchronize index 29b169b870c..c1bb836af9d 100644 --- a/library/files/synchronize +++ b/library/files/synchronize @@ -51,10 +51,11 @@ options: required: false checksum: 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' ] default: 'no' required: false + version_added: "1.6" existing_only: description: - Skip creating new files on receiver.