diff --git a/playbooks/fedora.yml b/playbooks/fedora.yml index 8418eb0..ea5c6b6 100644 --- a/playbooks/fedora.yml +++ b/playbooks/fedora.yml @@ -9,4 +9,5 @@ - role: git vars: git_email: - - vscode \ No newline at end of file + gpg_signingkey: + - vscode diff --git a/playbooks/roles/git/templates/gitconfig.j2 b/playbooks/roles/git/templates/gitconfig.j2 index 85d712b..47dc81f 100644 --- a/playbooks/roles/git/templates/gitconfig.j2 +++ b/playbooks/roles/git/templates/gitconfig.j2 @@ -17,4 +17,4 @@ [user] name = Matej Focko email = {{ git_email }} - signingkey = + signingkey = {{ gpg_signingkey }}