Gitea: updated gitea-netrc.yaml
This commit is contained in:
parent
4becc164dd
commit
944514fc29
@ -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"
|
||||
|
@ -1,10 +1,12 @@
|
||||
config:
|
||||
oracle4:
|
||||
- paulgo
|
||||
|
||||
compose:
|
||||
oracle1:
|
||||
- proxigram
|
||||
oracle2:
|
||||
- proxigram
|
||||
oracle3:
|
||||
- proxigram
|
||||
oracle4:
|
||||
- paulgo
|
||||
- proxigram
|
||||
|
||||
# ----------------------------------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user