From a3c3fd91f8a6c46d85b690f832e130ec37354d9c Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Thu, 16 May 2019 21:31:02 -0400 Subject: [PATCH] move too old version to 2.3 (#56540) --- docs/bin/plugin_formatter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bin/plugin_formatter.py b/docs/bin/plugin_formatter.py index b136af59858..1774aca7028 100755 --- a/docs/bin/plugin_formatter.py +++ b/docs/bin/plugin_formatter.py @@ -52,7 +52,7 @@ from ansible.utils._build_helpers import update_file_if_different # 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. -TOO_OLD_TO_BE_NOTABLE = 2.0 +TOO_OLD_TO_BE_NOTABLE = 2.3 # Get parent directory of the directory this script lives in MODULEDIR = os.path.abspath(os.path.join(