Skip to content

Commit b0b0874

Browse files
committed
Fixed Git configs
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 89502d9 commit b0b0874

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)