pull/37020/head
Peter Sprygada 7 years ago committed by Brian Coca
parent d1ff03e84c
commit 18d605a132

@ -815,7 +815,7 @@ DEFAULT_NETCONF_PLUGIN_PATH:
description: Colon separated paths in which Ansible will search for Netconf Plugins.
env: [{name: ANSIBLE_NETCONF_PLUGINS}]
ini:
- {key: cliconf_plugins, section: defaults}
- {key: netconf_plugins, section: defaults}
type: pathspec
DEFAULT_NO_LOG:
name: No log

@ -60,7 +60,6 @@ class PluginLoader:
elif not config:
config = []
import q; q(config)
self.config = config
if class_name not in MODULE_CACHE:

Loading…
Cancel
Save