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
1f73bef856
commit
4f8f0cf66b
1 changed files with 2 additions and 1 deletions
|
@ -33,10 +33,11 @@ requirements:
|
|||
- "python >= 2.6"
|
||||
- "shade"
|
||||
options:
|
||||
network:
|
||||
name:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue