GPG: Complete autogeneration of all configs
This commit is contained in:
parent
51339f42b0
commit
4c2564cd21
@ -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
|
||||
|
||||
|
||||
|
@ -10,5 +10,5 @@
|
||||
# flags. Prepend the keygrip with an '!' mark to disable it.
|
||||
|
||||
{% for keygrip in gpg_keygrips %}
|
||||
{{ gpg_keygrips.keygrip }}
|
||||
{{ keygrip }}
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user