diff options
author | Sandra McCann <samccann@redhat.com> | 2019-11-01 01:44:54 +0100 |
---|---|---|
committer | Alicia Cozine <879121+acozine@users.noreply.github.com> | 2019-11-01 01:44:53 +0100 |
commit | c63ef6d911adc4df7b99d041aafaf627336e17cd (patch) | |
tree | fb2db69df019b4242026128da85621a6183f7a30 /hacking/build_library | |
parent | docs: update to latest 3 versions (#64109) (diff) | |
download | ansible-c63ef6d911adc4df7b99d041aafaf627336e17cd.tar.xz ansible-c63ef6d911adc4df7b99d041aafaf627336e17cd.zip |
update too old version to 2.4 (#64167)
Diffstat (limited to 'hacking/build_library')
-rw-r--r-- | hacking/build_library/build_ansible/command_plugins/plugin_formatter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/build_library/build_ansible/command_plugins/plugin_formatter.py b/hacking/build_library/build_ansible/command_plugins/plugin_formatter.py index 446e6d281d..4fcf99a1c9 100644 --- a/hacking/build_library/build_ansible/command_plugins/plugin_formatter.py +++ b/hacking/build_library/build_ansible/command_plugins/plugin_formatter.py @@ -54,7 +54,7 @@ from ..jinja2.filters import do_max, documented_type, html_ify, rst_fmt, rst_ify # 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.3 +TOO_OLD_TO_BE_NOTABLE = 2.4 # Get parent directory of the directory this script lives in MODULEDIR = os.path.abspath(os.path.join( |