From cb0a1dc367c2df42f9cef49f064ccef3c9c97b00 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Thu, 27 May 2021 23:09:34 +0200 Subject: [PATCH] add gpg signing key to git config --- roles/git/templates/gitconfig.j2 | 1 + 1 file changed, 1 insertion(+) 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]