From dfd05afe7215e75ba2d34cc4cbc73ed8e10452bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 19 Nov 2018 08:10:23 +0100 Subject: Change gpg sign id --- roles/gnupg/tasks/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'roles/gnupg/tasks/main.yml') diff --git a/roles/gnupg/tasks/main.yml b/roles/gnupg/tasks/main.yml index bfbf31a..5139bef 100644 --- a/roles/gnupg/tasks/main.yml +++ b/roles/gnupg/tasks/main.yml @@ -12,7 +12,10 @@ dest: "$XDG_CONFIG_HOME/gnupg/{{ item }}" loop: - gpg-agent.conf - - gpg.conf +- name: gpg config file + template: + src: "gpg.conf.j2" + dest: "$XDG_CONFIG_HOME/gnupg/gpg.conf" - name: Get gnupg runtime folder name shell: 'gpgconf --list-dirs socketdir | sed -e "s@$XDG_RUNTIME_DIR/gnupg/@@"' register: gnupg_runtime_dir_cmd -- cgit v1.2.3