mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
ACI: Fix module parameters (#50051)
* Fix parameter type of private_key * Fix parameters of various ACI modules
This commit is contained in:
parent
cf00880ab3
commit
c1ac87794e
6 changed files with 12 additions and 12 deletions
|
@ -74,8 +74,9 @@ options:
|
|||
choices: [ bgp, eigrp, ospf, pim, static ]
|
||||
asn:
|
||||
description:
|
||||
- The AS number for the L3Out. Only applicable when using 'eigrp' as the l3protocol
|
||||
type: str
|
||||
- The AS number for the L3Out.
|
||||
- Only applicable when using 'eigrp' as the l3protocol
|
||||
type: int
|
||||
aliases: [ as_number ]
|
||||
version_added: '2.8'
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue