mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-08 19:49:09 +00:00
commit
afd8cca345
5 changed files with 212 additions and 50 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue