GPG: Complete autogeneration of all configs

This commit is contained in:
2019-05-18 21:14:04 +02:00
parent 51339f42b0
commit 4c2564cd21
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