GPG: Complete autogeneration of all configs

This commit is contained in:
Johanna Dorothea Reichmann 2019-05-18 21:14:04 +02:00
parent 51339f42b0
commit 4c2564cd21
No known key found for this signature in database
GPG Key ID: 03624C433676E465
2 changed files with 4 additions and 4 deletions

View File

@ -29,9 +29,9 @@
dest: "{{ gpg_folder }}/sshcontrol"
- name: Copy gnupg_agent script, which makes gpg-agent responsible for ssh-auth
copy:
src: gpg_agent.j2
dest: "{{ gpg_folder }}/gpg_agent"
template:
src: gnupg_agent.j2
dest: "{{ gpg_folder }}/gnupg_agent"
mode: 0700

View File

@ -10,5 +10,5 @@
# flags. Prepend the keygrip with an '!' mark to disable it.
{% for keygrip in gpg_keygrips %}
{{ gpg_keygrips.keygrip }}
{{ keygrip }}
{% endfor %}