mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Remove version-added on name field.
This parameter was actually added in 2.0. It's just that the documentation in previous versions of the module were wrong (it said the name was "network" rather than "name.) I've renamed the parameter in the documentation of prior versions so ansible-module-validate should no longer think that this is a new parameter.
This commit is contained in:
committed by
Matt Clay
parent
42da47813b
commit
0364831c22
@@ -37,7 +37,6 @@ options:
|
||||
description:
|
||||
- Name or ID of the Network
|
||||
required: false
|
||||
version_added: "2.2"
|
||||
filters:
|
||||
description:
|
||||
- A dictionary of meta data to use for further filtering. Elements of
|
||||
|
||||
Reference in New Issue
Block a user