mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10: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
|
src: config.j2
|
||||||
action: overwrite
|
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'
|
DEFAULT_COMMENT = 'configured by junos_template'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue