countme: add .gitconfig
This gives the web-data-analysis `countme` user a .gitconfig file so the commits it makes in its local git repo have a proper user name and email address. (Also it makes git stop complaining..) The email address might not actually be valid, but this repo doesn't currently go anywhere public so it shouldn't really matter.
This commit is contained in:
parent
f8a5720535
commit
f46768ec6b
2 changed files with 8 additions and 0 deletions
3
roles/web-data-analysis/files/countme.gitconfig
Normal file
3
roles/web-data-analysis/files/countme.gitconfig
Normal file
|
@ -0,0 +1,3 @@
|
|||
[user]
|
||||
name = countme log-parser bot
|
||||
email = countme@data-analysis.fedoraproject.org
|
|
@ -104,6 +104,11 @@
|
|||
tags:
|
||||
- web-data
|
||||
|
||||
- name: install countme user gitconfig
|
||||
copy: src=countme.gitconfig dest=/srv/countme/.gitconfig mode=0664 owner=countme group=countme
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
- name: checkout mirrors-countme from git
|
||||
git:
|
||||
repo: https://pagure.io/mirrors-countme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue