diff --git a/roles/git/templates/gitconfig.j2 b/roles/git/templates/gitconfig.j2 index b914111..94e7993 100644 --- a/roles/git/templates/gitconfig.j2 +++ b/roles/git/templates/gitconfig.j2 @@ -1,3 +1,5 @@ [user] name = {{ git_name }} email = {{ git_mail }} +[pull] + rebase = false