summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorRitesh Khadgaray <ritesh.a.khadgaray@accenture.com>2016-02-18 17:38:38 +0530
committerRitesh Khadgaray <ritesh.a.khadgaray@accenture.com>2016-02-18 17:38:38 +0530
commita523ce7e001adde458f6f52532550b86a802f549 (patch)
treeb4f52faa9d33bf6f541f7b9762924849cd1c4888 /files
parentbbf9bfe310b6e847c25226d5ad79ec091de9ef35 (diff)
downloadansible-modules-extras-a523ce7e001adde458f6f52532550b86a802f549.tar.gz
files/blockinfile.py : ERROR: version_added for new option (follow) should be 2.1. Currently 0.0
Diffstat (limited to 'files')
-rw-r--r--files/blockinfile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/blockinfile.py b/files/blockinfile.py
index 1ae7a0bf..a40f57a8 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"""