0
0

Gitea: updated gitea-netrc.yaml

This commit is contained in:
Opnxng 2023-12-05 21:17:43 +08:00
parent 4becc164dd
commit 944514fc29
2 changed files with 13 additions and 5 deletions

View File

@ -70,6 +70,12 @@ vars:
command: git config --global credential.helper "/usr/bin/git-credential-netrc -f {{ gnupg_folder }}/.netrc.gpg -v"
delegate_to: "{{ control_host }}"
- name: Ensure gpg-agent.conf file exists
file:
path: "{{ gnupg_folder }}/gpg-agent.conf"
state: touch # Ensure the file exists, but do not modify its contents
become: true
- name: Add pinentry-program to gpg-agent.conf on control host
lineinfile:
path: "{{ gnupg_folder }}/gpg-agent.conf"

View File

@ -1,10 +1,12 @@
config:
oracle4:
- paulgo
compose:
oracle1:
- proxigram
oracle2:
- proxigram
oracle3:
- proxigram
oracle4:
- paulgo
- proxigram
# ----------------------------------------------------------------------------------------------------