git: add warning to not edit config.host
This commit is contained in:
parent
81c785f04b
commit
ec093fe272
1 changed files with 10 additions and 0 deletions
|
@ -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]
|
[user]
|
||||||
name = {{ git_user }}
|
name = {{ git_user }}
|
||||||
email = {{ git_email }}
|
email = {{ git_email }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue