From 9bc401a272234b67effbf862c878f5b07c124678 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Tue, 18 Dec 2018 17:50:07 +0100 Subject: [PATCH] Remove older version_added information from docs (#50097) --- 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 cfcd9c03993..f8bd1f390ee 100755 --- a/docs/bin/plugin_formatter.py +++ b/docs/bin/plugin_formatter.py @@ -64,7 +64,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 = 1.3 +TOO_OLD_TO_BE_NOTABLE = 2.0 # Get parent directory of the directory this script lives in MODULEDIR = os.path.abspath(os.path.join(