mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
changes for package loading of modules
This commit is contained in:
parent
f35ed8a6c0
commit
e5116d2f9b
261 changed files with 21 additions and 70591 deletions
|
@ -1215,7 +1215,7 @@ class Runner(object):
|
|||
module_suffixes = getattr(conn, 'default_suffixes', None)
|
||||
module_path = utils.plugins.module_finder.find_plugin(module_name, module_suffixes)
|
||||
if module_path is None:
|
||||
raise errors.AnsibleFileNotFound("module %s not found in %s" % (module_name, utils.plugins.module_finder.print_paths()))
|
||||
raise errors.AnsibleFileNotFound("module %s not found in configured module paths" % (module_name))
|
||||
|
||||
|
||||
# insert shared code and arguments into the module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue