From 7bca9d764ef27df10309623182c005a593fe4674 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 6 Aug 2017 00:12:24 -0700 Subject: fix root/.gitconfig typo --- roles/common/templates/root_gitconfig.j2 | 2 -- 1 file changed, 2 deletions(-) (limited to 'roles') diff --git a/roles/common/templates/root_gitconfig.j2 b/roles/common/templates/root_gitconfig.j2 index 90c7151..eeb8a44 100644 --- a/roles/common/templates/root_gitconfig.j2 +++ b/roles/common/templates/root_gitconfig.j2 @@ -1,5 +1,3 @@ - git config --global user.name "Your Name" - git config --global user.email you@example.com [user] name = root email = root@{{ hostname_fqdn }} -- cgit v1.2.3