Try git_config
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
git_config:
|
||||
email: user.email
|
||||
scope: global
|
||||
value: "{{ item.email }}"
|
||||
value: "{{ item.mail }}"
|
||||
become_user: "{{ item.name }}"
|
||||
with_items: "{{ me }}"
|
||||
|
||||
|
Reference in New Issue
Block a user