Update net_interface.py (#58350)

typo in example command -- net_interface module accidentally listed as junos_interface
pull/39994/head
jcastilloixl 5 years ago committed by Alicia Cozine
parent 360a9f1a68
commit 5e2451c1a8

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

Loading…
Cancel
Save