Updated version_added in sychronize module

This commit is contained in:
Timothy Appnel 2013-09-19 00:07:05 -04:00
parent e692212a36
commit 26585aae46

View file

@ -21,7 +21,7 @@ import subprocess
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: synchronize module: synchronize
version_added: "1.3" version_added: "1.4"
short_description: Uses rsync to make synchronizing file paths in your playbooks quick and easy. short_description: Uses rsync to make synchronizing file paths in your playbooks quick and easy.
description: description:
- This is a wrapper around rsync. Of course you could just use the command action to call rsync yourself, but you also have to add a fair number of boilerplate options and host facts. You still may need to call rsync directly via C(command) or C(shell) depending on your use case. The synchronize action is meant to do common things with C(rsync) easily. It does not provide access to the full power of rsync, but does make most invocations easier to follow. - This is a wrapper around rsync. Of course you could just use the command action to call rsync yourself, but you also have to add a fair number of boilerplate options and host facts. You still may need to call rsync directly via C(command) or C(shell) depending on your use case. The synchronize action is meant to do common things with C(rsync) easily. It does not provide access to the full power of rsync, but does make most invocations easier to follow.