0
0

Gitea: updated config task

This commit is contained in:
Opnxng 2024-11-16 23:51:48 +08:00
parent ffa9777538
commit 9103ceaaec

View File

@ -83,5 +83,5 @@
- name: Add pinentry-program to gpg-agent.conf on control host - name: Add pinentry-program to gpg-agent.conf on control host
lineinfile: lineinfile:
path: "{{ gnupg_folder }}/gpg-agent.conf" path: "{{ gnupg_folder }}/gpg-agent.conf"
line: "pinentry-program /usr/bin/pinentry-tty" line: "pinentry-program /usr/bin/pinentry-gnome3"
delegate_to: "{{ control_host }}" delegate_to: "{{ control_host }}"