mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Change documented options for os_networks_facts (#3970)
* Change documented options for os_networks_facts os_network_facts currently lists 'network' as an available option, taking the Name or ID. In Ansible 2.0.2 to 2.2.0, this is not valid. Options 'name' and 'id' should be used instead. * Update os_networks_facts.py * Update os_networks_facts.py Set version_added to the only accepted value * Update os_networks_facts.py Removed inappropriate 'ID' parameter
This commit is contained in:
parent
5692d28f93
commit
9632b47a85
1 changed files with 2 additions and 1 deletions
|
@ -33,10 +33,11 @@ requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.6"
|
||||||
- "shade"
|
- "shade"
|
||||||
options:
|
options:
|
||||||
network:
|
name:
|
||||||
description:
|
description:
|
||||||
- Name or ID of the Network
|
- Name or ID of the Network
|
||||||
required: false
|
required: false
|
||||||
|
version_added: "2.2"
|
||||||
filters:
|
filters:
|
||||||
description:
|
description:
|
||||||
- A dictionary of meta data to use for further filtering. Elements of
|
- A dictionary of meta data to use for further filtering. Elements of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue