From 4aa14774702aa432635bf3186e31fa7504718fb7 Mon Sep 17 00:00:00 2001 From: Manuel Bonk Date: Tue, 27 Mar 2018 18:47:48 +0200 Subject: [PATCH] fix typo (#37996) fix typo label: docsite_pr --- lib/ansible/modules/source_control/git_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/source_control/git_config.py b/lib/ansible/modules/source_control/git_config.py index 7df6b6ed687..a19d69fba94 100644 --- a/lib/ansible/modules/source_control/git_config.py +++ b/lib/ansible/modules/source_control/git_config.py @@ -28,7 +28,7 @@ description: - The C(git_config) module changes git configuration by invoking 'git config'. This is needed if you don't want to use M(template) for the entire git config file (e.g. because you need to change just C(user.email) in - /etc/.git/config). Solutions involving M(command) are cumbersone or + /etc/.git/config). Solutions involving M(command) are cumbersome or don't work correctly in check mode. options: list_all: