Try git_config

This commit is contained in:
2018-08-23 17:57:47 +02:00
parent 12aec264af
commit e9e34ec689
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
git_config:
email: user.email
scope: global
value: "{{ item.email }}"
value: "{{ item.mail }}"
become_user: "{{ item.name }}"
with_items: "{{ me }}"