From 18d605a132a9d72802bb51000486d05278a729b7 Mon Sep 17 00:00:00 2001 From: Peter Sprygada Date: Sat, 3 Mar 2018 19:29:33 -0500 Subject: [PATCH] ugh q --- lib/ansible/config/base.yml | 2 +- lib/ansible/plugins/loader.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml index b8d7f869fa..058f40fc81 100644 --- a/lib/ansible/config/base.yml +++ b/lib/ansible/config/base.yml @@ -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 diff --git a/lib/ansible/plugins/loader.py b/lib/ansible/plugins/loader.py index 686f87f411..5c3b81a922 100644 --- a/lib/ansible/plugins/loader.py +++ b/lib/ansible/plugins/loader.py @@ -60,7 +60,6 @@ class PluginLoader: elif not config: config = [] - import q; q(config) self.config = config if class_name not in MODULE_CACHE: