Fixed session persistence

master
mandlm 2020-11-12 11:42:28 +01:00
parent 532eb20d07
commit f921b9ee1e
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
lineinfile:
path: "/home/{{ account.name }}/bin/pinentry-wsl-ps1.sh"
regexp: "^PERSISTENCE="
line: "PERSISTENCE=\"1\""
line: "PERSISTENCE=\"Session\""
- name: ensure gpg-agent is installed
apt: