Compare commits
3 Commits
a5aacce6df
...
682307c35d
Author | SHA1 | Date | |
---|---|---|---|
682307c35d
|
|||
27f05a1a34
|
|||
669a97adcb
|
@ -6,7 +6,7 @@
|
||||
mode: "0660"
|
||||
create: yes
|
||||
state: present
|
||||
marker: "{mark} ANSIBLE MANAGED BLOCK by finallycoffee.base.git"
|
||||
marker: "#{mark} ANSIBLE MANAGED BLOCK by finallycoffee.base.git"
|
||||
block: |+2
|
||||
{% if git_config_user_name|default(false, true) and git_config_user_email|default(false, true) %}
|
||||
[user]
|
||||
|
@ -11,3 +11,4 @@ fi
|
||||
|
||||
gpg-connect-agent /bye
|
||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
gpgconf --launch gpg-agent
|
||||
|
@ -10,6 +10,9 @@ personal-digest-preferences SHA256 SHA512 SHA384 SHA224
|
||||
{% if gpg_config_ignore_time_conflict %}
|
||||
ignore-time-conflict
|
||||
{% endif %}
|
||||
{% if gpg_config_trusted_key %}
|
||||
trusted-key {{ gpg_config_trusted_key }}
|
||||
{% endif %}
|
||||
|
||||
# How to render keys
|
||||
keyid-format {{ gpg_config_keyid_format }}
|
||||
|
Reference in New Issue
Block a user