Add git config

This commit is contained in:
2018-08-23 17:47:53 +02:00
parent abcde4ac0c
commit c974f3d194
2 changed files with 15 additions and 1 deletions

View File

@@ -1,4 +1,18 @@
---
- name: git config name
git_config:
name: user.name
scope: global
value: "{{ item.name }}"
with_items: "{{ me }}"
- email: git config email
git_config:
email: user.email
scope: global
value: "{{ item.email }}"
with_items: "{{ me }}"
- name: Copy urxvt Xdefault
template:
src: files/Xdefaults