Commit d89ce6ac by James Cammarata

Merge branch 'patch-1' of https://github.com/ustun/ansible into ustun-patch-1

parents 93415875 977b3124
......@@ -142,7 +142,7 @@ class PluginLoader(object):
def find_plugin(self, name):
''' Find a plugin named name '''
if 'name' in self._plugin_path_cache:
if name in self._plugin_path_cache:
return self._plugin_path_cache[name]
suffix = ".py"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment