mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-06 16:34:02 -07:00
ACI: Improve module index short_description (#36665)
This commit is contained in:
parent
1abc47c5d3
commit
665f5b4e9c
49 changed files with 58 additions and 58 deletions
|
@ -14,9 +14,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: aci_fabric_node
|
||||
short_description: Add a new Fabric Node Member on Cisco ACI fabrics (fabric:NodeIdentP)
|
||||
short_description: Manage Fabric Node Members (fabric:NodeIdentP)
|
||||
description:
|
||||
- Add a new Fabric Node Member on Cisco ACI fabrics.
|
||||
- Manage Fabric Node Members on Cisco ACI fabrics.
|
||||
notes:
|
||||
- More information from the internal APIC class
|
||||
I(fabric:NodeIdentP) at U(https://developer.cisco.com/site/aci/docs/apis/apic-mim-ref/).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue