From cee2bddc24fe46b41c1961d4586ffa6da2741db2 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 16 Sep 2013 05:42:13 -0500 Subject: [PATCH] Updated version_added string for the new validate_md5 option --- library/files/fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/files/fetch b/library/files/fetch index 800f25274c8..f5073f89e44 100644 --- a/library/files/fetch +++ b/library/files/fetch @@ -35,7 +35,7 @@ options: choices: [ "yes", "no" ] default: "no" validate_md5: - version_added: "1.3" + version_added: "1.4" description: - Verify that the source and destination md5sums match after the files are fetched. required: false