Skip to content

Commit b0b0874

Browse files
committed
Fixed Git configs
Signed-off-by: alexmerlin <[email protected]>
1 parent 89502d9 commit b0b0874

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wsl/roles/git/tasks/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
value: "{{ item.value }}"
1010
scope: global
1111
with_dict: "{{ git_config }}"
12+
become: false
1213
- name: Apply global user configurations
1314
git_config:
1415
name: "{{ item.key }}"
1516
value: "{{ item.value }}"
1617
scope: global
1718
with_dict: "{{ config.git.config }}"
19+
become: false

0 commit comments

Comments
 (0)