mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +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
|
||||
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
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user