mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove older version_added information from docs (#50097)
This commit is contained in:
parent
88c87a3583
commit
9bc401a272
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue