diff --git a/roles/git/templates/gitconfig.j2 b/roles/git/templates/gitconfig.j2 index 162e982..3e8c10a 100644 --- a/roles/git/templates/gitconfig.j2 +++ b/roles/git/templates/gitconfig.j2 @@ -1,6 +1,7 @@ [user] name = {{ git_name }} email = {{ git_mail }} + signingkey = {{ git_name }} [pull] rebase = false [gpg]