mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
added git role
This commit is contained in:
parent
2460064b0a
commit
a2f78fc6c0
@ -46,6 +46,7 @@
|
|||||||
- { role: neovim, tags: neovim }
|
- { role: neovim, tags: neovim }
|
||||||
- { role: terminfo, tags: terminfo }
|
- { role: terminfo, tags: terminfo }
|
||||||
- { role: screen, tags: screen }
|
- { role: screen, tags: screen }
|
||||||
|
- { role: git, tags: git }
|
||||||
|
|
||||||
- hosts: desktop:laptop
|
- hosts: desktop:laptop
|
||||||
roles:
|
roles:
|
||||||
|
3
roles/git/files/gitconfig
Normal file
3
roles/git/files/gitconfig
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[user]
|
||||||
|
name = eoli3n
|
||||||
|
email = jkirsz@gmail.com
|
5
roles/git/tasks/main.yml
Normal file
5
roles/git/tasks/main.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
- name: git config file
|
||||||
|
copy:
|
||||||
|
src: gitconfig
|
||||||
|
dest: ~/.gitconfig
|
Loading…
Reference in New Issue
Block a user