summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-07-16 23:08:54 -0400
committerBrian Coca <brian.coca+git@gmail.com>2015-07-17 10:07:22 -0400
commit811b10d13274ee017984d3470361443749ccc224 (patch)
tree3b39d9b7d994cf3ae09487cf751701fc5fff67d1 /hacking
parent1aeb66148bcb97eae716bbe86430abb157157bbd (diff)
downloadansible-811b10d13274ee017984d3470361443749ccc224.tar.gz
docs will not mention versions older than 1.5
Diffstat (limited to 'hacking')
-rwxr-xr-xhacking/module_formatter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/module_formatter.py b/hacking/module_formatter.py
index acddd70093..72a4613adb 100755
--- a/hacking/module_formatter.py
+++ b/hacking/module_formatter.py
@@ -41,7 +41,7 @@ from ansible.utils.vars import merge_hash
# if a module is added in a version of Ansible older than this, don't print the version added information
# in the module documentation because everyone is assumed to be running something newer than this already.
-TO_OLD_TO_BE_NOTABLE = 1.0
+TO_OLD_TO_BE_NOTABLE = 1.5
# Get parent directory of the directory this script lives in
MODULEDIR=os.path.abspath(os.path.join(