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