diff options
Diffstat (limited to 'roles/git/templates/gitconfig.j2')
-rw-r--r-- | roles/git/templates/gitconfig.j2 | 2 |
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 }} |