diff --git a/roles/gnupg/tasks/main.yml b/roles/gnupg/tasks/main.yml index 590ab04..1bcd849 100644 --- a/roles/gnupg/tasks/main.yml +++ b/roles/gnupg/tasks/main.yml @@ -16,12 +16,12 @@ - name: Configure gpg.conf (behaviour of gpg) template: src: gpg.conf.j2 - dest: "(( gpg_folder ))/gpg.conf" + dest: "{{ gpg_folder }}/gpg.conf" - name: Configure gpg-agent.conf (agent configuration) template: src: gpg-agent.conf.j2 - dest: "(( gpg_folder }}/gpg-agent.conf" + dest: "{{ gpg_folder }}/gpg-agent.conf" - name: Configure ssh-control (in order for gpg-agent to act as ssh-agent) template: