From 418bad7ad4ed4964836fc511013a3dacfb169199 Mon Sep 17 00:00:00 2001 From: mkenigs <40775676+mkenigs@users.noreply.github.com> Date: Mon, 4 Jan 2021 12:03:21 -0600 Subject: [PATCH] type: sub-module -> submodule (#73087) Updates the docs for the git module. Elsewhere in this file submodule is all one word, and it's all one word in git docs. --- lib/ansible/modules/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/git.py b/lib/ansible/modules/git.py index 59e00bbdb23..a6ffbb774ea 100644 --- a/lib/ansible/modules/git.py +++ b/lib/ansible/modules/git.py @@ -134,7 +134,7 @@ options: recursive: description: - if C(no), repository will be cloned without the --recursive - option, skipping sub-modules. + option, skipping submodules. type: bool default: 'yes' version_added: "1.6"