From a523ce7e001adde458f6f52532550b86a802f549 Mon Sep 17 00:00:00 2001 From: Ritesh Khadgaray Date: Thu, 18 Feb 2016 17:38:38 +0530 Subject: [PATCH] files/blockinfile.py : ERROR: version_added for new option (follow) should be 2.1. Currently 0.0 --- files/blockinfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/blockinfile.py b/files/blockinfile.py index 1ae7a0bfa63..a40f57a863c 100644 --- a/files/blockinfile.py +++ b/files/blockinfile.py @@ -102,6 +102,7 @@ options: choices: [ "yes", "no" ] description: - 'This flag indicates that filesystem links, if they exist, should be followed.' + version_added: "2.1" """ EXAMPLES = r"""