mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Add version_added for all new features (#214)
* Add version_added: 1.0.0 for all new features added before pre-ansible-base. * Add version_added: 1.0.0 for all new features. * Next release will be 0.2.0 * Fix error. * Remove unnecessary warnings.
This commit is contained in:
parent
c081bb6c9c
commit
f9589d78a8
102 changed files with 220 additions and 10 deletions
|
@ -1775,7 +1775,6 @@ plugins/modules/system/gconftool2.py validate-modules:parameter-type-not-in-doc
|
|||
plugins/modules/system/interfaces_file.py pylint:blacklisted-name
|
||||
plugins/modules/system/interfaces_file.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/java_cert.py pylint:blacklisted-name
|
||||
plugins/modules/system/java_keystore.py validate-modules:deprecation-either-date-or-version
|
||||
plugins/modules/system/java_keystore.py validate-modules:doc-missing-type
|
||||
plugins/modules/system/java_keystore.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/java_keystore.py validate-modules:undocumented-parameter
|
||||
|
@ -1799,7 +1798,6 @@ plugins/modules/system/osx_defaults.py validate-modules:parameter-state-invalid-
|
|||
plugins/modules/system/pam_limits.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/system/pamd.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/system/parted.py pylint:blacklisted-name
|
||||
plugins/modules/system/parted.py validate-modules:deprecation-either-date-or-version
|
||||
plugins/modules/system/parted.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/system/parted.py validate-modules:parameter-state-invalid-choice
|
||||
plugins/modules/system/puppet.py use-argspec-type-path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue