Update synchronize docstrings for rsync_timeout parameter

This commit is contained in:
James Tanner 2013-11-04 10:57:08 -05:00
parent ae1248dee6
commit 403469bf19

View file

@ -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
'''