mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
(docs) Remove/update mentions of git submodule in docs and error me… (#19941)
* (docs) Remove/update mentions of `git submodule` in docs and error messages. * Remove parenthetical per @dharmabumstead
This commit is contained in:
@@ -299,7 +299,7 @@ class ModuleArgsParser:
|
||||
if 'ping' not in module_loader:
|
||||
raise AnsibleParserError("The requested action was not found in configured module paths. "
|
||||
"Additionally, core modules are missing. If this is a checkout, "
|
||||
"run 'git submodule update --init --recursive' to correct this problem.",
|
||||
"run 'git pull --rebase' to correct this problem.",
|
||||
obj=self._task_ds)
|
||||
|
||||
else:
|
||||
|
||||
@@ -146,7 +146,7 @@ class ActionBase(with_metaclass(ABCMeta, object)):
|
||||
else:
|
||||
raise AnsibleError("The module %s was not found in configured module paths. "
|
||||
"Additionally, core modules are missing. If this is a checkout, "
|
||||
"run 'git submodule update --init --recursive' to correct this problem." % (module_name))
|
||||
"run 'git pull --rebase' to correct this problem." % (module_name))
|
||||
|
||||
# insert shared code and arguments into the module
|
||||
(module_data, module_style, module_shebang) = modify_module(module_name, module_path, module_args,
|
||||
|
||||
Reference in New Issue
Block a user