aboutsummaryrefslogtreecommitdiffstats
path: root/roles/git/templates/gitconfig.j2
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2023-01-18 21:06:21 +0100
committerRomain Gonçalves <me@rgoncalves.se>2023-04-02 11:45:09 +0200
commit1cdb3d7f5aa68be5d90cfbbbc69918ac7823a8ae (patch)
treefe3c16ac9c525e1be9ff61b8ff450c2b3346bfbc /roles/git/templates/gitconfig.j2
parentcb6189507ab4f6c6db960105c69b69e92f7710c0 (diff)
downloadrules-1cdb3d7f5aa68be5d90cfbbbc69918ac7823a8ae.tar.gz
feat(roles/git): add argument specs
Diffstat (limited to 'roles/git/templates/gitconfig.j2')
-rw-r--r--roles/git/templates/gitconfig.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/git/templates/gitconfig.j2 b/roles/git/templates/gitconfig.j2
index b9923a2..3ffc6a9 100644
--- a/roles/git/templates/gitconfig.j2
+++ b/roles/git/templates/gitconfig.j2
@@ -1,2 +1,4 @@
+# managed by Ansible
+
[init]
defaultBranch = {{ git_default_branch }}
remember that computers suck.