Gitea: use pinentry-curses
This commit is contained in:
parent
4b5a13a0de
commit
a79560ac34
@ -83,5 +83,13 @@
|
||||
- name: Add pinentry-program to gpg-agent.conf on control host
|
||||
lineinfile:
|
||||
path: "{{ gnupg_folder }}/gpg-agent.conf"
|
||||
line: "pinentry-program /usr/bin/pinentry-gnome3"
|
||||
line: "pinentry-program /usr/bin/pinentry-curses"
|
||||
delegate_to: "{{ control_host }}"
|
||||
|
||||
- name: Add ssh support to gpg-agent.conf on control host
|
||||
lineinfile:
|
||||
path: "{{ gnupg_folder }}/gpg-agent.conf"
|
||||
line: "enable-ssh-support"
|
||||
delegate_to: "{{ control_host }}"
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
compose:
|
||||
vultr:
|
||||
- standardnotes
|
||||
config:
|
||||
oracle3:
|
||||
- gitea-netrc
|
||||
|
||||
# ----------------------------------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user