fix keepassxc ssh agent socket option

This commit is contained in:
Pim Kunis 2023-02-22 22:09:10 +01:00 committed by Gitea
parent 401973a0bb
commit 39aa6d5099

View file

@ -19,4 +19,5 @@
ini_file: ini_file:
path: ~/.cache/keepassxc/keepassxc.ini path: ~/.cache/keepassxc/keepassxc.ini
section: SSHAgent section: SSHAgent
option: AuthSockOverride
value: "{{ ssh_agent_socket }}" value: "{{ ssh_agent_socket }}"