mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
Merge branch 'patch-1' of https://github.com/ustun/ansible into ustun-patch-1
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user