From 0f82a2b53c13fa2a9ab274797e6be61ac9767ea7 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Fri, 11 Apr 2014 11:18:05 -0400 Subject: [PATCH] Addresses #6702 Remove version_added from description string --- files/synchronize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/synchronize b/files/synchronize index c3a09c42aaf..8d67ce9bac1 100644 --- a/files/synchronize +++ b/files/synchronize @@ -133,7 +133,7 @@ options: default: yes rsync_opts: description: - - Specify additional rsync options by passing in an array. (added in Ansible 1.6) + - Specify additional rsync options by passing in an array. default: required: false version_added: "1.6"