mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
@@ -178,6 +178,9 @@ class PluginLoader(object):
|
||||
self._plugin_path_cache[full_name] = path
|
||||
return path
|
||||
|
||||
if not name.startswith('_'):
|
||||
return self.find_plugin('_' + name, suffixes, transport)
|
||||
|
||||
return None
|
||||
|
||||
def has_plugin(self, name):
|
||||
|
||||
Reference in New Issue
Block a user