From c3e9c54f29656a5c9c4ae6e0ae1dbc88a80935f0 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 --- lib/ansible/modules/extras/files/blockinfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/extras/files/blockinfile.py b/lib/ansible/modules/extras/files/blockinfile.py index 1ae7a0bfa63..a40f57a863c 100644 --- a/lib/ansible/modules/extras/files/blockinfile.py +++ b/lib/ansible/modules/extras/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"""