From 42fbbd05026be1472fe1d5a0be9e5fbff0ff0621 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Fri, 11 Apr 2014 11:04:05 -0400 Subject: [PATCH] Addresses #6702 set version_added for rsync_opts --- library/files/synchronize | 1 + 1 file changed, 1 insertion(+) diff --git a/library/files/synchronize b/library/files/synchronize index 4080399ebf..c3a09c42aa 100644 --- a/library/files/synchronize +++ b/library/files/synchronize @@ -136,6 +136,7 @@ options: - Specify additional rsync options by passing in an array. (added in Ansible 1.6) default: required: false + version_added: "1.6" notes: - Inspect the verbose output to validate the destination user/host/path are what was expected.