mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00:00
move too old version to 2.3 (#56540)
This commit is contained in:
committed by
Alicia Cozine
parent
c8e179fbf1
commit
a3c3fd91f8
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user