Use a string, not a Bool

This commit is contained in:
Anthony Rose 2019-12-04 15:26:41 +00:00
parent e7df9163c7
commit 0544cd7653

View file

@ -2,7 +2,7 @@
- name: pull.rebase
git_config:
name: pull.rebase
value: true
value: 'true'
scope: global
- name: push.default
git_config: