1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
Peter Sprygada 2018-03-03 19:29:33 -05:00 committed by Brian Coca
parent d1ff03e84c
commit 18d605a132
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

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