From a60b14c826442876043afbfd408bde8f8f08dab4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Soares?= Date: Tue, 18 Sep 2018 16:58:59 +0200 Subject: [PATCH] Update aci_l3out documentation --- lib/ansible/modules/network/aci/aci_l3out.py | 4 ++++ 1 file changed, 4 insertions(+) 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.