Update net_interface.py (#58350)

typo in example command -- net_interface module accidentally listed as junos_interface
This commit is contained in:
jcastilloixl 2019-06-25 12:37:37 -07:00 committed by Alicia Cozine
parent 360a9f1a68
commit 5e2451c1a8

View file

@ -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 }