mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix imports in junos_template (#5059)
This commit is contained in:
committed by
Matt Clay
parent
d0f7af4b09
commit
6ae0342a0a
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user