(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:
Ryan Brown 2017-01-09 12:11:39 -05:00 committed by GitHub
parent 0a7f2c202b
commit a2b4ad9da0
4 changed files with 11 additions and 5 deletions

View file

@ -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: