mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-12 19: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
|
@ -13,9 +13,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: aci_vrf
|
||||
short_description: Manage VRF (private networks aka. contexts) on Cisco ACI fabrics (fv:Ctx)
|
||||
short_description: Manage contexts or VRFs (fv:Ctx)
|
||||
description:
|
||||
- Manage VRF (private networks aka. contexts) on Cisco ACI fabrics.
|
||||
- Manage contexts or VRFs on Cisco ACI fabrics.
|
||||
- Each context is a private network associated to a tenant, i.e. VRF.
|
||||
notes:
|
||||
- The C(tenant) used must exist before using this module in your playbook.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue