mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-23 08:40:22 -07:00
Fix imports in junos_template (#5059)
This commit is contained in:
parent
d0f7af4b09
commit
6ae0342a0a
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ EXAMPLES = """
|
|||
src: config.j2
|
||||
action: overwrite
|
||||
"""
|
||||
from ansible.module_utils.junos import NetworkModule
|
||||
from ansible.module_utils.network import NetworkModule
|
||||
import ansible.module_utils.junos
|
||||
|
||||
DEFAULT_COMMENT = 'configured by junos_template'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue