dotfiles/roles/git/templates/config.host.j2

19 lines
479 B
Django/Jinja

# *************************************
# * DO NOT EDIT THIS FILE *
# *************************************
#
# This file was generated by Ansible and any changes will be overwritten the
# next time the playbook is run. For local settings, use this instead:
#
# ~/.local/etc/git/config
#
[user]
name = {{ git_user }}
email = {{ git_email }}
{% if ansible_os_family == 'Darwin' %}
[credential]
helper = osxkeychain
{% endif %}