aboutsummaryrefslogtreecommitdiffstats
path: root/roles/common/templates/root_gitconfig.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/templates/root_gitconfig.j2')
-rw-r--r--roles/common/templates/root_gitconfig.j22
1 files changed, 0 insertions, 2 deletions
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 }}