typo in module name (#5062)
This commit is contained in:
parent
e2e7f20e34
commit
f7b10720ac
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ EXAMPLES = """
|
|||
"""
|
||||
import ansible.module_utils.junos
|
||||
|
||||
from ansible.module_utils.newtork import NetworkModule
|
||||
from ansible.module_utils.network import NetworkModule
|
||||
|
||||
try:
|
||||
from jnpr.junos.utils.sw import SW
|
||||
|
|
Loading…
Add table
Reference in a new issue