From 1cdb3d7f5aa68be5d90cfbbbc69918ac7823a8ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Wed, 18 Jan 2023 21:06:21 +0100 Subject: feat(roles/git): add argument specs --- roles/git/templates/gitconfig.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/git/templates') 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 }} -- cgit v1.2.3