diff --git a/lib/ansible/modules/network/aci/aci_l3out.py b/lib/ansible/modules/network/aci/aci_l3out.py index f13ffcdaca5..f4e995dbe47 100644 --- a/lib/ansible/modules/network/aci/aci_l3out.py +++ b/lib/ansible/modules/network/aci/aci_l3out.py @@ -62,6 +62,10 @@ options: - Routing protocol for the L3Out type: list choices: [ static, bgp, ospf, eigrp, pim ] + asn: + description: + - The AS number for the L3Out. Only applicable when using 'eigrp' as the l3protocol + aliases: [ as_number ] description: description: - Description for the L3Out.