GPG: Fix parantheses

This commit is contained in:
Johanna Dorothea Reichmann 2019-05-05 19:07:14 +02:00
parent 48ef2075fa
commit 5d7a7c2709
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -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: