From 5e2451c1a883c56c44cfe43397f2083c406a0513 Mon Sep 17 00:00:00 2001 From: jcastilloixl Date: Tue, 25 Jun 2019 12:37:37 -0700 Subject: [PATCH] Update net_interface.py (#58350) typo in example command -- net_interface module accidentally listed as junos_interface --- lib/ansible/modules/network/interface/net_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/interface/net_interface.py b/lib/ansible/modules/network/interface/net_interface.py index c9eed8a809a..81eb86893cc 100644 --- a/lib/ansible/modules/network/interface/net_interface.py +++ b/lib/ansible/modules/network/interface/net_interface.py @@ -109,7 +109,7 @@ EXAMPLES = """ mtu: 512 - name: Delete interface using aggregate - junos_interface: + net_interface: aggregate: - { name: ge-0/0/1 } - { name: ge-0/0/2 }