mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
fix up junos_facts import statements (#4928)
This fixes the junos_facts import statements and removes importing NetworkModule from the junos shared module.
This commit is contained in:
committed by
Matt Clay
parent
b9cb9d6345
commit
3e577f6312
@@ -85,7 +85,9 @@ ansible_facts:
|
|||||||
returned: always
|
returned: always
|
||||||
type: dict
|
type: dict
|
||||||
"""
|
"""
|
||||||
from ansible.module_utils.junos import NetworkModule
|
import ansible.module_utils.junos
|
||||||
|
|
||||||
|
from ansible.module_utils.network import NetworkModule
|
||||||
from ansible.module_utils.junos import xml_to_string, xml_to_json
|
from ansible.module_utils.junos import xml_to_string, xml_to_json
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|||||||
Reference in New Issue
Block a user