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:
parent
b9cb9d6345
commit
3e577f6312
1 changed files with 3 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue