mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ugh q
This commit is contained in:
parent
d1ff03e84c
commit
18d605a132
2 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue