Try git_config

This commit is contained in:
Bertrand Benjamin 2018-08-23 17:54:36 +02:00
parent 8b9716c774
commit 12aec264af
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
name: user.name
scope: global
value: "{{ item.name }}"
become_user: "{{ item.name }}"
with_items: "{{ me }}"
- email: git config email
@ -11,6 +12,7 @@
email: user.email
scope: global
value: "{{ item.email }}"
become_user: "{{ item.name }}"
with_items: "{{ me }}"
- name: Copy urxvt Xdefault