1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 15:01:59 +01:00

added git role

This commit is contained in:
eoli3n 2020-01-02 18:20:31 +01:00
parent 2460064b0a
commit a2f78fc6c0
3 changed files with 9 additions and 0 deletions

@ -46,6 +46,7 @@
- { role: neovim, tags: neovim }
- { role: terminfo, tags: terminfo }
- { role: screen, tags: screen }
- { role: git, tags: git }
- hosts: desktop:laptop
roles:

@ -0,0 +1,3 @@
[user]
name = eoli3n
email = jkirsz@gmail.com

5
roles/git/tasks/main.yml Normal file

@ -0,0 +1,5 @@
---
- name: git config file
copy:
src: gitconfig
dest: ~/.gitconfig