From 9fb4be0e73412591d7c2e5f1493f72e711319821 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Mon, 4 Nov 2013 10:57:08 -0500 Subject: [PATCH] Update synchronize docstrings for rsync_timeout parameter --- library/files/synchronize | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/library/files/synchronize b/library/files/synchronize index 1ab2566d55..0a10dda343 100644 --- a/library/files/synchronize +++ b/library/files/synchronize @@ -98,6 +98,11 @@ options: description: - Specify the rsync command to run on the remote machine. See C(--rsync-path) on the rsync man page. required: false + rsync_timeout: + description: + - Specify a --timeout for the rsync command in seconds. + default: 10 + required: false author: Timothy Appnel '''