From f2c9c2c141ffe4f9ef2126b3a420bea10b700109 Mon Sep 17 00:00:00 2001 From: James Tanner <tanner.jc@gmail.com> Date: Fri, 11 Apr 2014 11:04:05 -0400 Subject: [PATCH] Addresses #6702 set version_added for rsync_opts --- files/synchronize | 1 + 1 file changed, 1 insertion(+) diff --git a/files/synchronize b/files/synchronize index 4080399ebf6..c3a09c42aaf 100644 --- a/files/synchronize +++ b/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.