1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update synchronize docstrings for rsync_timeout parameter

This commit is contained in:
James Tanner 2013-11-04 10:57:08 -05:00
parent 0adf095677
commit 9fb4be0e73

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