1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
fix typo
 label: docsite_pr
This commit is contained in:
Manuel Bonk 2018-03-27 18:47:48 +02:00 committed by Dag Wieers
parent c1af147c1f
commit 4aa1477470

View file

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