git: add warning to not edit config.host

This commit is contained in:
Fernando Schauenburg 2020-12-16 00:45:08 +01:00
parent 81c785f04b
commit ec093fe272

View file

@ -1,3 +1,13 @@
# *************************************
# * 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 }}