|
|
|
@ -9,7 +9,6 @@ this file validates each subset of facts and selectively
|
|
|
|
calls the appropriate facts gathering function
|
|
|
|
calls the appropriate facts gathering function
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
|
|
|
|
|
|
|
|
from ansible.module_utils.network.junos.argspec.facts.facts import FactsArgs
|
|
|
|
|
|
|
|
from ansible.module_utils.network.common.facts.facts import FactsBase
|
|
|
|
from ansible.module_utils.network.common.facts.facts import FactsBase
|
|
|
|
from ansible.module_utils.network.junos.facts.legacy.base import Default, Hardware, Config, Interfaces, OFacts, HAS_PYEZ
|
|
|
|
from ansible.module_utils.network.junos.facts.legacy.base import Default, Hardware, Config, Interfaces, OFacts, HAS_PYEZ
|
|
|
|
from ansible.module_utils.network.junos.facts.interfaces.interfaces import InterfacesFacts
|
|
|
|
from ansible.module_utils.network.junos.facts.interfaces.interfaces import InterfacesFacts
|
|
|
|
|