3 Commits

3 changed files with 5 additions and 1 deletions

View File

@ -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]

View File

@ -11,3 +11,4 @@ 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

View File

@ -10,6 +10,9 @@ 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 }}