Add GPG key to gitconfig automatically
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
937c3f6263
commit
9fab75e3ef
2 changed files with 3 additions and 2 deletions
playbooks/roles/git/templates
|
@ -17,4 +17,4 @@
|
|||
[user]
|
||||
name = Matej Focko
|
||||
email = {{ git_email }}
|
||||
signingkey = <insert-key>
|
||||
signingkey = {{ gpg_signingkey }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue