feat(gnupg): configure scdaemon.conf

This commit is contained in:
2022-08-22 17:04:36 +02:00
parent 682307c35d
commit 1e0f4a0dbf
3 changed files with 22 additions and 1 deletions

View File

@ -30,7 +30,10 @@
src: gpg-agent.conf.j2
dest: "{{ gpg_agent_config_file }}"
# attempt to bootstrap the supplied keys here, so the keygrip can be retrieved
- name: Configure scdaemon.conf (smartcard daemon)
template:
src: scdaemon.conf.j2
dest: "{{ gpg_scdaemon_config_file }}"
- name: Configure sshcontrol (in order for gpg-agent to act as ssh-agent)
template: