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: