From 9c70be7c678dc26689f5e9ff0036186d600b2c58 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 --- files/fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/fetch b/files/fetch index 800f25274c8..f5073f89e44 100644 --- a/files/fetch +++ b/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