From 370784ef611fa2f2fc55d9f59dd1a3916220578f Mon Sep 17 00:00:00 2001 From: Timothy Appnel Date: Thu, 19 Sep 2013 00:07:05 -0400 Subject: [PATCH] Updated version_added in sychronize module --- library/files/synchronize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/files/synchronize b/library/files/synchronize index 5e2a038d01e..cf4768970bb 100644 --- a/library/files/synchronize +++ b/library/files/synchronize @@ -21,7 +21,7 @@ import subprocess DOCUMENTATION = ''' --- 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. 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.