From 981080c925fd5ec83788fa4da084edf5c2572091 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Wed, 17 Dec 2025 15:51:51 +0100 Subject: [PATCH] Use ssh key to sign commits --- templates/gitconfig.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/gitconfig.j2 b/templates/gitconfig.j2 index 84f97da..3054313 100644 --- a/templates/gitconfig.j2 +++ b/templates/gitconfig.j2 @@ -4,6 +4,9 @@ email = {{ git_email }} name = {{ git_name }} +[gpg] +format = ssh + [core] editor = nvim {% if ansible_facts['os_family'] == 'Archlinux' %}